我必须从源头构建openldap,因为回购中提供的版本有点老了。
我下载了openldap版本2.4.40。我要它用赛勒斯·萨斯尔
为了安装塞勒斯sasl,我做了"sudo apt-get install sasl 2-dev“。
现在openldap无法找到赛勒斯·萨塞尔。我得到以下错误:检查sasl/sasl.h.不
checking for sasl/sasl.h presence...no
checking sasl.h usability...no
checking sasl.h presence...no
configure: error: Could not locate cyrus sasl
发布于 2015-01-30 16:50:03
我相信你安装了错误的软件包,或者至少不是你唯一需要的。尝试:sudo apt-get install libsasl2-dev
至于"des.h",我有两个,它们与软件包一起安装:
来自:find /usr/include -name des.h | xargs dpkg -S
https://serverfault.com/questions/644998
复制相似问题