microz
Verified User
Hi,
Im looking install php-imap in server with php-fpm55 / nginx, im try use this guide:
http://help.directadmin.com/item.php?id=252
then edit configure.php55 with
and rebuild
and can't finish compile with this error
Any suggestion?
Rgds
----
Finally i found the solution
Im looking install php-imap in server with php-fpm55 / nginx, im try use this guide:
http://help.directadmin.com/item.php?id=252
Code:
cd /usr/local/directadmin/custombuild
mkdir -p custom/ap2
cp -fp configure/fpm/configure.php55 custom/fpm/configure.php55
then edit configure.php55 with
Code:
--with-imap=/usr/libexec/dovecot/imap \
--with-imap-ssl
and rebuild
Code:
./build php n
and can't finish compile with this error
Code:
checking for U8T_DECOMPOSE...
configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing. This should not happen. Check config.log for additional information.
*** There was an error while trying to configure php. Check the configure file
Any suggestion?
Rgds
----
Finally i found the solution
Code:
yum install libc-client-devel
Last edited: