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

Problems building Ldap in Solaris



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
If I set only the openssl paths in enviroment variables , the openssl is
found but fails in LDBM
If I execute /configure --prefix=directory ,setting only in enviroment
variables the paths to LDBM then works LDBM but not cyrus.

Can anybody answer my?
Thanks and regards
Jorge

I set the following enviroment variables:
CPPFLAGS
LDFLAGS
LD_LIBRARY_PATH
sintax Used
setenv CPPFLAGS -I/export/home/openssl/include (when setting only one
directory)
setenv CPPFLAGS
-I/export/home/openssl/include:-I/export/home/cyrus/include:-I/export/home/LDBM/include
(When setting all directories)