【问题标题】:Redmine and SVN - Problems installing pam_mysqlRedmine 和 SVN - 安装 pam_mysql 的问题
【发布时间】:2013-09-18 13:45:36
【问题描述】:

我按照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.

在我的外壳中,所以我想知道如何解决这个问题。使用 Debian 3.2.46-1 x64

【问题讨论】:

    标签: mysql svn debian redmine pam


    【解决方案1】:

    我建议尝试安装更新版本的 libpam-dev(或 libpam0g-dev)

    sudo apt-get install libpam0g-dev 
    

    我刚刚在我的 Debian 7.0(i386) 上尝试了 libpam0g-dev 版本 1.1.3-7.1,它配置良好。

    【讨论】:

      【解决方案2】:

      为了未来的读者,以下命令修复了我的问题。

      sudo apt-get install libnss-mysql-bg libpam-mysql
      

      【讨论】:

        猜你喜欢
        • 2013-12-31
        • 2013-11-24
        • 1970-01-01
        • 2012-08-10
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2013-07-21
        • 2011-12-02
        相关资源
        最近更新 更多