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

Re: configure could not find openssl/ssl.h (ITS#1505)



--includedir is used to set the install directory for headers.
It's has zero effect upon detection and builds.  It's not
broke.

For detection/builds, you need to adjust your environment
so that desired headers and libraries are used.  This is
detailed in INSTALL and the Admin Guide.

If you have questions regarding how to build OpenLDAP, please
direct them to the OpenLDAP-software list.

Kurt

At 08:09 AM 2001-12-22, chenri@snet.net wrote:
>Full_Name: Richard Chen
>Version: openldap-2.0.19
>OS: redhat linux 6.1
>URL: ftp://ftp.openldap.org/incoming/
>Submission from: (NULL) (204.60.49.27)
>
>
>I have installed openssl in /usr/local/ssl which worked fine with
>other programs such as curl and apache.
>
>$ ls -l /usr/local/ssl/include/openssl/ssl.h
>-rw-r--r--   1 root     root        60614 Dec 17 21:15
>/usr/local/ssl/include/openssl/ssl.h
>
>I have tried
>
>$ CPPFLAGS=-I/usr/local/ssl ./configure --with-tls
>$ CFLAGS=-I/usr/local/ssl ./configure --with-tls
>$ ./configure --includedir=/usr/local/ssl --with-tls
>$ ./configure --includedir=/usr/local/ssl/include/openssl --with-tls
>
>and other combinations to no avail. configure always complained that
>it could not find ssl.h.
>
>It looks like the setting mechanism for includedir is broken in configure.
>
>Thanks