[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
2.0: configure problem with multiple values for CPPFLAGS=
- To: openldap-software@OpenLDAP.org
- Subject: 2.0: configure problem with multiple values for CPPFLAGS=
- From: Jie Gao <J.Gao@isu.usyd.edu.au>
- Date: Sun, 3 Sep 2000 17:30:24 +1100 (EST)
- Fax: +61 (0)2 9351 5001(W)
- In-reply-to: <4.3.2.7.0.20000821163446.00b0ac50@router.boolean.net>
- Organisation: The University of Sydney
- Telephone: +61 (0)2 9351 5769(W)
Hi All,
Here's my configure file:
env CPPFLAGS='-I/usr/local/BerkeleyDB.3.1/include -I/usr/local/ssl/include/openssl' \
LDFLAGS='-L/usr/local/BerkeleyDB.3.1/lib -L/usr/local/ssl/lib' \
CC=gcc CFLAGS='-O3' \
./configure --enable-shell --with-tls
Now this does not work and configure won't find the ssl library (headers, etc) unless
CPPFLAGS is "CPPFLAGS=-I/usr/local/ssl/include/openssl". But that doesn't work later on
since it can't find the DB library, either.
Thanks,
Jie