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

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 ??