Issue 6359 - Problem compiling openldap
Summary: Problem compiling openldap
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: 2.4.19
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-31 01:15 UTC by pierre42d@9online.fr
Modified: 2014-08-01 21:04 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description pierre42d@9online.fr 2009-10-31 01:15:57 UTC
Full_Name: Pierre
Version: 2.4.19
OS: GNU/Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (79.89.161.74)


# make
Making all in /tmp/openldap-2.4.19
  Entering subdirectory include
make[1]: Entering directory `/tmp/openldap-2.4.19/include'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/tmp/openldap-2.4.19/include'
 
  Entering subdirectory libraries
make[1]: Entering directory `/tmp/openldap-2.4.19/libraries'
Making all in /tmp/openldap-2.4.19/libraries
  Entering subdirectory liblutil
make[2]: Entering directory `/tmp/openldap-2.4.19/libraries/liblutil'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/openldap-2.4.19/libraries/liblutil'
 
  Entering subdirectory liblber
make[2]: Entering directory `/tmp/openldap-2.4.19/libraries/liblber'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/openldap-2.4.19/libraries/liblber'
 
  Entering subdirectory liblunicode
make[2]: Entering directory `/tmp/openldap-2.4.19/libraries/liblunicode'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/openldap-2.4.19/libraries/liblunicode'
 
  Entering subdirectory libldap
make[2]: Entering directory `/tmp/openldap-2.4.19/libraries/libldap'
/bin/sh ../../libtool --mode=link gcc  -s -O3 -march=i686 
-L/usr/local/BerkeleyDB.4.6/lib   -o apitest apitest.o libldap.la
../../libraries/liblber/liblber.la ../../libraries/liblutil/liblutil.a -lsasl2 
-lgnutls  -lcrypt -lresolv  
gcc -s -O3 -march=i686 -o .libs/apitest apitest.o 
-L/usr/local/BerkeleyDB.4.6/lib ./.libs/libldap.so
/tmp/openldap-2.4.19/libraries/liblber/.libs/liblber.so -L/usr/local/lib
../../libraries/liblber/.libs/liblber.so ../../libraries/liblutil/liblutil.a
/usr/local/lib/libsasl2.so -ldl /usr/local/lib/libgnutls.so
/usr/local/lib/libtasn1.so /usr/local/lib/libgcrypt.so -lnsl -lcap
/usr/local/lib/libgpg-error.so -lz -lcrypt -lresolv
./.libs/libldap.so: undefined reference to `gnutls_x509_crt_list_import'
./.libs/libldap.so: undefined reference to `gnutls_certificate_get_x509_cas'
./.libs/libldap.so: undefined reference to `gnutls_cipher_suite_info'
collect2: ld returned 1 exit status
make[2]: *** [apitest] Error 1
make[2]: Leaving directory `/tmp/openldap-2.4.19/libraries/libldap'
make[1]: *** [all-common] Error 1
make[1]: Leaving directory `/tmp/openldap-2.4.19/libraries'
make: *** [all-common] Error 1
Comment 1 Quanah Gibson-Mount 2009-11-02 21:04:22 UTC
changed notes
changed state Open to Closed
Comment 2 Quanah Gibson-Mount 2014-04-08 19:17:26 UTC
changed notes
moved from Incoming to Software Bugs
Comment 3 OpenLDAP project 2014-08-01 21:04:51 UTC
Invalid GnuTLS version.  Use a supported version.
dupe of ITS#7430, fixed there.