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

Re: Problems building Ldap in Solaris



On Mon, Apr 08, 2002 at 08:49:30AM +0200, Jorge Alberto Gordillo Polo EEM/TM/VT TU-001 Tlf.1748 wrote:
> I have got problems when having installed cyrus ,LDBM and openssl in
> directories different of /usr/local.
> The installation of all needed modules is well done but when trying to
> execute
> ./configure --with-tls --prefix=directory where LDAP installed ,I obtain
> different failures.
> If I set all enviroment variables with all needed paths for cyrus ,openssl
> and LDBM then it fails and dont find the openssl instalation
>...

> setenv CPPFLAGS
> -I/export/home/openssl/include:-I/export/home/cyrus/include:-I/export/home/LDBM/include
> (When setting all directories)

This is bad syntax. This is not a "PATH" var, so there is no : in it.

You should use

setenv CPPFLAGS "-I/path/one -I/path/two"