configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing

前端 未结 8 1932
北荒
北荒 2020-12-13 23:56

Today I am trying to upgrade php on MacOS Mountain Lion. I followed MacTuts+ tutorial and on the step where I execute that long command:



        
8条回答
  •  青春惊慌失措
    2020-12-14 00:49

    Docker and PHP with Apache (php:apache default image) can works with:

    RUN apt-get update && apt-get install libc-client-dev libkrb5-dev
    RUN docker-php-ext-configure imap --with-kerberos --with-imap-ssl
    

    Other dependencies can be needed, depending on the installation.

提交回复
热议问题