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

Solaris configure errors (ITS#1972)



Full_Name: Kervin Pierre
Version: 2.1.3
OS: Solaris 9
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (163.118.3.33)



(i) --with-tls uses $ac_cpp to test for ssl headers.  If the openssl headers are
stored in a non-standard include directory, eg. /usr/local/ssl/include (
precompiled binaries from sunfreeware.com puts them in there ), but specified
with the CFLAG env. variable and -I, then the header files are still not found. 
The user has to specify the CPPFLAGS environment variable to specify the
location of the OpenSSL header files.  The other options do not seem to have
that issue.

(ii) If the -L and -I are specified in the CFLAG env. variable in the form "-I
/path/to/includes" and "-L /path/to/libs" instead of "-I/path/to/includes" and
"-L/path/to/libs", then the compile fails in ldap/libraries/liblunicode.