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

Re: Pine and OpenLDAP



On Wed, Apr 26, 2000 at 05:04:42PM +0100, Wayne Pascoe wrote:
> Hi there,
> 
> Is there any howto / guide on the net that could tell me how to get pine
> 4.21 going with openldap... ? The pine documentation seems to want Michigan
> ldap-3.3 or Netscape.
> 

	http://people.redhat.com/alikins/ldap/ldap_mailers.html

basically:

untar the pine source,
cd pine-*
mkdir ldap/
ln -s /usr/lib ldap/libraries
ln -s /usr/include ldap/include
./contrib/ldap-setup slx slx

ie, the bits from the spec file for the ldap enabled pine rpm:

rm -fr ldap && mkdir ldap && ln -s /usr/lib ldap/libraries && ln -s
/usr/include ldap/include
./contrib/ldap-setup slx slx ||:

Of course that statically links in the ldap packages.


Adrian