error:
configure: error: Neither SASL nor SASL2 found
checking sasl.h usability... no
checking sasl.h presence... no
checking for sasl.h... no
checking for sasl_errstring in -lsasl2... no
checking for sasl_errstring in -lsasl... no
solution:
CPPFLAGS='-I/usr/include/sasl' ./configure (可以尝试如此运行,如果还是有问题按如下运行)
yum erase cyrus-sasl-lib
yum erase cyrus-sasl-devel
yum erase cyrus-sasl
yum install cyrus-sasl cyrus-sasl-devel cyrus-sasl-lib php (重新安装软件包可以解决后边的问题两个检查无法找到的问题)
阅读(3190) | 评论(0) | 转发(0) |