[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: compiling --with-tls
I still get the same result:
jaco:/src/openldap-2.0.11# env CPFLAGS=-I/usr/local/ssl/include/
LDFLAGS=-L/usr/local/ssl/lib/ ./configure --with-tls --with-cyrus-sasl
.
.
.
.
checking for res_query in -lresolv... yes
checking for getaddrinfo... yes
checking for inet_ntop... yes
checking for gai_strerror... yes
checking INET6_ADDRSTRLEN... yes
checking for sys/un.h... yes
checking for openssl/ssl.h... no
checking for ssl.h... no
configure: error: Could not locate TLS/SSL package
does anyone have any ideas what my problem might be?
taia,
~c
Pierangelo Masarati wrote:
>
> charlie derr wrote:
>
> > /usr/local/ssl/include/openssl/ssl.h
>
> ^^^ this is the ssl.h you must use; so you need to set
> CPPFLAGS=-I/usr/local/ssl/include/ \
> LDFLAGS=-L/usr/local/ssl/lib \
> ./configure --with-tls ...
>
> Pierangelo
>
> --
> Dr. Pierangelo Masarati | voice: +39 02 2399 8309
> Dip. Ing. Aerospaziale | fax: +39 02 2399 8334
> Politecnico di Milano | mailto:masarati@aero.polimi.it
> via La Masa 34, 20156 Milano, Italy | http://www.aero.polimi.it/~masarati