[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: pam_ldap on a RH 5.2 system



At 10:49 PM 5/1/99 +0200, David Krix wrote:
>I just found a solution to my own problem. In Make.defs it says
>something like
>
>LDAPLIBS=-llber -llber # ...
>should be
>LDAPLIBS=-llber -lldap # ...

-lldap depends on -llber, so I suspect:

	LDAPLIBS=-lldap -llber # ...

is the proper solution.

Kurt