[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Compilation problem
Hi All,
I am trying to do the compilation of Openldap
but there is this problem :
$./configure
..
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!
$make
...
Making all in /openldap-2.0.4
Entering subdirectory include
make[1]: Entering directory `/openldap-2.0.4/include'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/openldap-2.0.4/include'
Entering subdirectory libraries
make[1]: Entering directory `/openldap-2.0.4/libraries'
Making all in /openldap-2.0.4/libraries
Entering subdirectory liblutil
make[2]: Entering directory `/openldap-2.0.4/libraries/liblutil'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/openldap-2.0.4/libraries/liblutil'
Entering subdirectory libldif
make[2]: Entering directory `/openldap-2.0.4/libraries/libldif'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/openldap-2.0.4/libraries/libldif'
Entering subdirectory liblber
make[2]: Entering directory `/openldap-2.0.4/libraries/liblber'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/openldap-2.0.4/libraries/liblber'
Entering subdirectory libldap
make[2]: Entering directory `/openldap-2.0.4/libraries/libldap'
/bin/sh /openldap-2.0.4/libtool --mode=compile gcc -g -O2 -I../../include -I../../include -c sasl.c
rm -f .libs/sasl.lo
gcc -g -O2 -I../../include -I../../include -c -fPIC -DPIC sasl.c -o .libs/sasl.lo
gcc: Internal compiler error: program as got fatal signal 10
make[2]: *** [sasl.lo] Error 1
make[2]: Leaving directory `/openldap-2.0.4/libraries/libldap'
make[1]: *** [all-common] Error 1
make[1]: Leaving directory `/openldap-2.0.4/libraries'
make: *** [all-common] Error 1
I use a BerkeleyDB database and openldap 2.0.4
Any information would be greatly appreciated.
Thanks in advance
Benoit