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

前端 未结 8 1933
北荒
北荒 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:46

    Install imap before installing php.

    brew install imap-uw

    then

    brew install php55 --with-fpm --with-imap --without-apache --with-debug

    The --with-imap option should then run fine.

提交回复
热议问题