我无法将 mongo 驱动程序安装到我的 ubuntu 开发系统中。当我运行命令时
sudo pecl install mongo
我收到此错误:
配置:错误:未找到 sasl.h!错误:`/tmp/pear/temp/mongo/configure --with-mongo-sasl=n' 失败
我不知道该找谁来解决我的问题。请给我一些帮助。
非常感谢
答案1
您收到的错误信息:
configure: error: sasl.h not found!
应该可以通过以下方式解决:
sudo apt-get install libsasl2-dev
对于 CentOS:
yum install cyrus-sasl-devel
来源:
https://stackoverflow.com/questions/22102326/install-pecl-memcached-error