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

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

    If you have the 'libc-client-devel' RPM or other package in your OS repository then install it.

    This will provide the c-client library and header files which PHP needs for IMAP support.

提交回复
热议问题