php相关扩展安装及报错总结

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php相关扩展安装及报错总结相关的知识,希望对你有一定的参考价值。

#imap

# cd /opt/packages/php-7.1.4/ext/imap

# ./configure --with-php-config=/usr/local/php-7.1.4/bin/php-config  --with-kerberos=/usr/kerberos --with-imap-ssl

# make && make install

一些报错:

checking for crypt in -lcrypt... yes
checking for krb5-config... no
configure: error: Kerberos libraries not found.

==>apt-get install libkrb5-dev

 



以上是关于php相关扩展安装及报错总结的主要内容,如果未能解决你的问题,请参考以下文章

php升级openssl扩展,swoole升级openssl扩展,linux安装openssl版本

centos php7 安装mysqli扩展心得

关于php5.6nts+nginx 下 redis安装和php扩展

Windows安装php Oracle扩展

yum安装mysql步骤及报错ERROR 1045 (28000)

PHP安装扩展mcrypt以及相关依赖项 PHP安装PECL扩展的方法