Re: Can't get PAM to compile into sasl & saslauthd....
Markus,
took your suggestion and downloaded the openssl-devel libraries, it's
now included in openssl-0.9.7b. The pam-devel-0.77 libraries were
also installed. Still having the same problem. See the basic options
that I've included with configure.
../configure \
--enable-anon \
--enable-plain \
--enable-login \
--disable-krb4 \
--with-saslauthd=/var/run/saslauthd \
--with-pam \
--with-dblib=berkeley \
--with-bdb-libdir=/usr/local/BerkeleyDB4.1/lib \
--with-bdb-incdir=/usr/local/BerkeleyDB4.1/include \
--with-openssl=/usr/local/ssl \
--with-plugindir=/usr/local/lib/sasl2
Doesn't seem to make a difference if I specify the location of the
openssl libraries, and include files?
Any ideas?
Cheers,
Jim
Markus Hahn <markus.o.hahn@gmx.de> wrote in message news:<bjg9u6$idccj$1@ID-204245.news.uni-berlin.de>...
> 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
|