View Single Post

  #2 (permalink)  
Old 09-08-2003
Markus Hahn
 
Posts: n/a
Default Re: Can't get PAM to compile into sasl & saslauthd....

Jim wrote:

> Running Debian 2.4.x
> cyrus-sasl-2.1.12
> cyrus-imapd-2.1.12
> mysql-4.0.14
> db-4.1.25
> openssl-0.9.6j
> pam_mysql-0.5
> postfix-2.0.4
>
> Note that it doesn't find the pam modules; libs are in /lib/security
> and source is in /usr/include. I've tried using --with-pam=[path] and
> it won't do it. Am I doing something obviously wrong.
>
> checking for underscore before symbols... (cached) no
> checking for syslog... (cached) yes
> checking for pam_start in -lpam... (cached) no
> checking for PAM support... no
> checking if I should include saslauthd... /var/run/saslauthd
> checking if I should include pwcheck... no
> checking if I should include the alwaystrue verifier... no
> checking if we should enable sasl_checkapop... enabled
> .



Mhh, it looks like you forgotten the pam-devel and other devel packages
PAM devel libs and header files are in /usr/lib or /usr/include !
Also you would need ssl and sasl devel pakages.

regard markus


Reply With Quote