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

RE: ldap installation



man, 2002-11-25 kl. 07:37 skrev Dan Rossi:

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

This has nothing to do with "linux package", everything to do with gcc
and Unix/linux compilation.

Take out all the semi-colons! Take out the trailing slashes (not
necessary, but good practice). Write all the compile flags on one line,
or split them up with backslashes ('\' characters). Both work!

End off with:

./configure \
     --with-kerberos=yes if you really want to, configure will choose to
compile ita own kerberos support, will not use not system libraries.

Best,

Tony

-- 

Tony Earnshaw

When all's said and done ...
there's nothing left to say or do.

e-post:		tonni@billy.demon.nl
www:		http://www.billy.demon.nl