zhouyixxx 发表于 2013-9-15 10:17:57

安装imap报错,军哥帮忙一下

执行./configure --with-php-config=/usr/local/php/bin/php-config --with-kerberos --with-imap-ssl
出现如下错误:
checking for pam_start in -lpam... no
checking for crypt in -lcrypt... yes
checking for krb5-config... /usr/bin/krb5-config
configure: error: Kerberos libraries not found.

      Check the path given to --with-kerberos (if no path is given, searches in /usr/kerberos, /usr/local and /usr )

zhouyixxx 发表于 2013-9-15 10:29:46

找到方法了。
ln -s /usr/lib64/libkrb5.so /usr/lib/libkrb5.so
./configure --with-php-config=/usr/local/php/bin/php-config --with-kerberos --with-imap-ssl

ymkwfn1688 发表于 2013-12-30 17:05:39

安装imap 错误

在lnmpa上安装 imap 论坛上所有方法都试过了 就是不行用的是阿里云centos

错误 with-kerberos (if no path is given, searches in /usr/kerberos, /usr/local and /usr )
页: [1]
查看完整版本: 安装imap报错,军哥帮忙一下