[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: Configure Problems on Solaris Platform
Any libraries you want OpenLDAP to use must reside in the "default" search
locations for the compiler/linker on your system. If they aren't in the
default places, you can set environment variables before running configure
to augment the search paths. E.g.
setenv CPPFLAGS -I/usr/local/openssl/include
to tell the C preprocessor to look there for additional header files.
setenv LDFLAGS -L/opt/foobar/lib
to tell the linker about additional library directories.
And yes, I've built OpenLDAP on Solaris 8 (too many times to recall now)
with all of these features (SSL, SASL, BDB), no problem.
-- Howard Chu
Chief Architect, Symas Corp. Director, Highland Sun
http://www.symas.com http://highlandsun.com/hyc
Symas: Premier OpenSource Development and Support
> -----Original Message-----
> From: owner-openldap-software@OpenLDAP.org
> [mailto:owner-openldap-software@OpenLDAP.org]On Behalf Of David Highley
> Sent: Thursday, November 29, 2001 3:34 PM
> To: openldap-software@OpenLDAP.org
> Subject: Configure Problems on Solaris Platform
>
>
> I down loaded openldap and the Berkeley database from Sleepy Cat. I all
> ready had openssl installed. When I run configure neither openssl or the
> Berkeley database is found. Has anyone built openldap on a Solaris 8
> platform? I grep'd and ran vim on configure and configure.in, but did
> not see any options for fixing these configure issues.
>
> --
>
>
> Regards,
>
> David Highley Phone: (206) 669-0081
> Highley Recommended, Inc. FAX: (253) 838-8509
> 2927 SW 339th Street Email: dhighley@highley-recommended.com
> Federal Way, WA 98023-7732 WEB: http://www.highley-recommended.com
>