From: Jason Novak (jason at sheffieldave dot com)
Date: Fri Jun 11 2004 - 13:14:40 EDT
ok...
I installed pam-devel 0.75-32
<edit_pack.cgi?search=pam&package=pam%2Ddevel&version=0%2E75%2D32>
the configure seemed to work...now on the make I'm getting...
/usr/lib/libpam.a(pam_handlers.o): In function `_pam_free_handlers':
pam_handlers.o(.text+0xe7d): undefined reference to `dlclose'
Jeremy Rumpf wrote:
>On Friday 11 June 2004 12:33 pm, Jason Novak wrote:
>
>
>>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>
>>>
>>>
>
>Specifically the header file:
>
>/usr/include/pam.h
>
>I'm not familiar with SLES 7, but on redhat this requires the devel package
>
>rpm -qa|grep pam
>
>pam_smb-1.1.7-1
>pam-0.75-54
>pam-devel-0.75-54 <-----------
>pam_krb5-1.73-1
>
>
>HTH,
>Jeremy
>
>
>
|
|
|