[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Installation Troubles openldap / openssl -- sorry left off version numbers
- To: <openldap-software@OpenLDAP.org>
- Subject: Installation Troubles openldap / openssl -- sorry left off version numbers
- From: "Nelson, Gregg" <Gregg.Nelson@CO.RAMSEY.MN.US>
- Date: Tue, 8 Nov 2005 20:28:04 -0600
- Content-class: urn:content-classes:message
- Thread-index: AcXk0vDqmgqk/0H9SsWDJrj61LzilQAAeRJQ
- Thread-topic: Installation Troubles openldap / openssl
> I am at my wits end....unfortunately not a long journey.
>
> I am trying to install openldap with openssl.
>
> Here are my openssl install lines: version is 0.9.8a
>
> ./config shared --prefix=/usr/local --openssldir=/usr/local/openssl
> make clean; make; make install
>
>
> Here are my openldap install lines: version is 2.3.11
>
> export CPPFLAGS='-I/usr/include/openssl'
> export LDFLAGS='-L/usr/lib'
>
> ./configure --prefix=/usr/local \
> --with-tls \
> --with-cyrus-sasl \
> --enable-wrappers \
> --enable-crypt \
> --enable-bdb
>
> make depend; make test; make clean; make; make install
>
> I've tried at least a dozen other variations suggested by web pages
> I've googled all to no avail.
>
> On every configure run I get the following:
>
> checking openssl/ssl.h usability... no
> checking openssl/ssl.h presence... no
> checking for openssl/ssl.h... no
> checking ssl.h usability... no
> checking ssl.h presence... no
> checking for ssl.h... no
> configure: error: Could not locate TLS/SSL package
>
>