[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Could not locate TLS/SSL package
- To: openldap-software@OpenLDAP.org
- Subject: Re: Could not locate TLS/SSL package
- From: "Ronald Warner" <cscrw@mail.dlsu.edu.ph>
- Date: Wed, 27 Sep 2000 11:43:06 +0800
- In-reply-to: <200009270311.e8R3BtT01012@is2inc.com>
- Organization: De La Salle University
- References: "Ronald Warner"'s message of Sep 27, 10:38am.
I tried the suggestion below and got the following:
checking for ssl/ssl.h... no
checking for ssl.h... yes
./configure: test: too many arguments
configure: error: Could not locate TLS/SSL package
does this mean that it is detected?
thanks.
> Try this:
>
> env CPPFLAGS="-I/usr/local/ssl/include" LIBS="-L/usr/local/ssl/lib" \
> ./configure --prefix=/usr/local/ldap --with-tls --enable-crypt --enable-wrappers
>
> Works for me.
>
> Regards,
> Phil
>
> [ In Reply to : ]
>
> >I am installing openldap-2.0.4 on redhat6.2
> >
> >openssl0.9.5a is installed in /usr/local/ssl and ssl.h is in
> >/usr/local/ssl/include/openssl/
> >
> >for configure, I entered the following:
> >env CPPFLAGS="-I/usr/local/ssl/include/openssl" LIBS="-L/usr/local/ssl/lib" \
> > ./configure --prefix=/usr/local/ldap --with-tls --enable-crypt --enable-wrappers
> >
> >but I get the following:
> >checking for ssl/ssl.h... no
> >checking for ssl.h... no
> >configure: error: Could not locate TLS/SSL package
> >
> >what am i doing wrong?
> >
> >thanks for the help.
> >
> >
> }-- End of excerpt from "Ronald Warner"
>
>
>
> --
> -=- Phil Cordier -=- IS Squared, Inc. -=- (425) 775-6495 -=- philc@is2inc.com