From: Jason Novak (jason at sheffieldave dot com)
Date: Fri Jun 11 2004 - 12:33:04 EDT
Gosh....
What kind of PAM development stuff I would need, or specifically, what
it's looking for?
Running a SLES 7 machine...
Ken Murchison wrote:
> Jason Novak wrote:
>
>> Hi,
>>
>> I'm a newbie to cyrus-sasl and I'm trying to enable PAM support to
>> use with saslauthd. My distribution contains all of the necessary
>> development libraries for PAM.
>>
>> Unfortunately when I configure with:
>> ./configure --with-pam --enable-login --enable-plain--enable-digest
>> --enable-cram --with-saslauthd
>>
>> I get the following:
>>
>> checking for pam_start in -lpam... (cached) no
>> checking for PAM support... no
>>
>> I've checked the archives and saw no real answer as to why this isn't
>> compiling with PAM.
>>
>> The only available mechanisms I have to me are:
>> authentication mechanisms: getpwent rimap shadow
>>
>> Any ideas what I'm missing or what I'm doing wrong?
>
>
> Most likely, you don't have the PAM development stuff installed
> (headers, libraries), or they are installed in a non-standard
> location. If the latter, then specify the location using
> --with-pam=<DIR>
>
>
|
|
|