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

RE: ldap installation



Assuming you want both /usr/include and /usr/kerberos as include
directories and /usr/lib and /usr/kerberos as library directories,
then TRY:

	CPPFLAGS="-I/usr/include -I/usr/kerberos"  \
      LDFLAGS="-L/usr/lib -L/usr/kerberos"       \
      ./configure

hth
-tony

> -----Original Message-----
> From: Dan Rossi [mailto:daniel@electroteque.org] 
> Sent: Sunday, November 24, 2002 10:37 PM
> To: openldap-software@OpenLDAP.org
> Subject: RE: ldap installation
> 
> 
> ok i've tried a combination of different ways to prefix the 
> include paths
> for both kerberos and berkley , bit silly should
> be --with-kerberos=/usr/kerberos
> 
> CPPFLAGS="-I/usr/include; /usr/kerberos/" LDFLAGS="-L/usr/lib;
> /usr/kerberos/" ./configure
> 
> i cant seem to add both include and lib paths in the same 
> line , and there
> is no way of adding it to the makefile which is pretty 
> standard ,any ideas
> why this is so different to any other linux package ??
>