wangchengyue / studygit

about the git project
0 stars 0 forks source link

issue: - The requested PHP extension ext-imap * is missing from your system. Install or enable PHP's imap extension. #6

Open wangchengyue opened 3 years ago

wangchengyue commented 3 years ago

composer install get the error :

wangchengyue commented 3 years ago
./configue  --with-config= xxxxxx

configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing. This should not happen. Check config.log for additional information.
wangchengyue commented 3 years ago

please install apt-get install libc-client-dev libkrb5-dev

and then

./configure  --with-php-config=/usr/bin/php-config7.4 --with-imap --with-imap-ssl --with-kerberos 

``
it success .

if have no ```--with-kerberos```,then  you get :

.... configure: error: This c-client library is built with Kerberos support.

  Add --with-kerberos to your configure line. Check config.log for details.

....