[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: problem with ./configure
Sam Carleton wrote:
> I am having problems running ./configure. I think it MIGHT be a problem of
> gdbm issue. I am trying to compile OpenLDAP on a Sun UltraSPARC 10. I have
> installed Sun's distribution of gdbm which resides in /usr/local. I am
> running ./configure with these options:
>
> ./configure \
> --includedir=/usr/local/include \
> --libdir=/usr/local/lib
try:
CPPFLAGS="-I/usr/local/include" \
LDFLAGS="/usr/local/lib" \
./configure
(no ';' !)
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