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

Re: OpenLDAP configure/test error (ITS#975)



I manually added the following to the config script:

LDFLAGS=-L/usr/local/ssl/lib CPPFLAGS=-I/usr/local/ssl/include
./configure --prefix=/usr/local

Which then found the ssl headers/libraries.  This however should be put into
the config script to
check this location automatically as this is the default location for ssl.

As for your comments can you elaborate more as to what inconsistancies might
cause this?  I have been running these systems for about 5 years.  Granted
that I have some local
configuration differences but out of the 300+ packages compiled/installed on
the system ldap
would die and not the others.

Steve
----- Original Message -----
From: "Kurt D. Zeilenga" <Kurt@OpenLDAP.org>
To: <stevecs@chaven.com>
Cc: <openldap-its@OpenLDAP.org>
Sent: Friday, January 19, 2001 18:09
Subject: Re: OpenLDAP configure/test error (ITS#975)


> At 11:31 PM 1/19/01 +0000, stevecs@chaven.com wrote:
> >Full_Name: Steve Costaras
> >Version: 2.0.7
> >OS: Linux v2.4.0 (Slackware deviant)
> >URL: ftp://ftp.openldap.org/incoming/
> >Submission from: (NULL) (207.238.162.3)
> >
> >
> >My system:
> ># cat /proc/version
> >Linux version 2.4.0 (root@ftp) (gcc version 2.95.2 19991024 (release)) #1
SMP
> >Thu Jan 18 00:29:11 CST 2001
> >
> >Running Glibc v2.1.3, OpenSSL v0.96
> >
> >----------------
> >
> >./configure doesn't seem to find openssl whether I point to to the
installed
> >location (/usr/local/ssl) or to the source location (../openssl-0.9.6).
> >Output of configure is attached below.
>
> The configure output shows configure did not find OpenSSL in the
> default search path of your compiler.  If you want configure to
> check elsewhere, specify appropriate environmental values as
> noted in INSTALL and the Admin Guide.
>
> As far as your other issue, I'd suspect your deviant software
> selection is inconsistent.
>
> Kurt
>
> www:/usr/src/openldap-2.0.7# ./configure --prefix=/usr/local
> >checking whether the C compiler (cc   ) works... yes
> >checking for openssl/ssl.h... no
> >checking for ssl.h... no
> >configure: warning: Could not locate TLS/SSL package
> >configure: warning: TLS privacy protection not supported!
>
>