我按照here所述的说明进行操作,但是当它说
时./configure --with-openssl
到“ pam_mysql-0.7RC1 ”它说
checking if the second argument of pam_conv.conv() takes const pointer... no
configure: error: Your system doesn't appear to be configured to use PAM. Perhaps you need to specify the correct location where the PAM modules reside.
在我的shell中所以我想知道如何解决这个问题。使用Debian 3.2.46-1 x64
答案 0 :(得分:0)
我建议尝试安装较新版本的libpam-dev(或libpam0g-dev)
sudo apt-get install libpam0g-dev
我刚刚在我的Debian 7.0(i386)上尝试了libpam0g-dev版本1.1.3-7.1并且配置正常。
答案 1 :(得分:0)
为了未来读者的利益,以下命令修复了我的。
sudo apt-get install libnss-mysql-bg libpam-mysql