LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Dovecot installation - libpam not found (https://www.linuxquestions.org/questions/linux-software-2/dovecot-installation-libpam-not-found-651021/)

onik 06-23-2008 05:13 AM

Dovecot installation - libpam not found
 
I am having below error when I am trying to install dovecot 1.1.1.

./configure --with-pam
configure:30667: error: Can't build with PAM support: libpam not found

I am using centos 4.6 with postix 2.5.2

Any help will be highly appreciated

Best Regards
onik

tungvs 06-23-2008 06:53 AM

The "libpam" library (as I think) is missing. You can find it on
Code:

rpm.pbone.net

billymayday 06-23-2008 01:14 PM

Why not just do

yum install dovecot

?

onik 06-24-2008 11:52 AM

Dovecot installation issue
 
Hi,

Thanks.. That worked.

However I am getting below error ..

../login-common/liblogin-common.a(ssl-proxy-openssl.o)(.text+0x122b): In function `ssl_proxy_init':
/tmp/dovecot-1.1.1/src/login-common/ssl-proxy-openssl.c:763: undefined reference to `SSL_CTX_set_info_callback'
collect2: ld returned 1 exit status
make[3]: *** [imap-login] Error 1
make[3]: Leaving directory `/tmp/dovecot-1.1.1/src/imap-login'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/dovecot-1.1.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/dovecot-1.1.1'
make: *** [all] Error 2

Thanks a million for help..

Best Regards
onik

billymayday 06-24-2008 05:09 PM

Not sure what provides that dependency, but I'd guess you need to install openssl-devel


All times are GMT -5. The time now is 05:48 AM.