#1 Le 05/12/2007, à 22:44
- titirock
Compilation Apache 2.2.6 erreur en compilant le mod_ldap
Bonjour
je voudrais utiliser le module LDAP de Apache 2.2. J'ai déjà compilé le logiciel sans ce précieux module.
En essayant de le compiler j'obtient ceci lors du make:
server/.libs/libmain.a(exports.o):(.data+0xe50): undefined reference to `apr_ldap_ssl_init'
server/.libs/libmain.a(exports.o):(.data+0xe54): undefined reference to `apr_ldap_ssl_deinit'
server/.libs/libmain.a(exports.o):(.data+0xe58): undefined reference to `apr_ldap_init'
server/.libs/libmain.a(exports.o):(.data+0xe5c): undefined reference to `apr_ldap_info'
server/.libs/libmain.a(exports.o):(.data+0xe60): undefined reference to `apr_ldap_get_option'
server/.libs/libmain.a(exports.o):(.data+0xe64): undefined reference to `apr_ldap_set_option'
server/.libs/libmain.a(exports.o):(.data+0xe68): undefined reference to `apr_ldap_is_ldap_url'
server/.libs/libmain.a(exports.o):(.data+0xe6c): undefined reference to `apr_ldap_is_ldaps_url'
server/.libs/libmain.a(exports.o):(.data+0xe70): undefined reference to `apr_ldap_is_ldapi_url'
server/.libs/libmain.a(exports.o):(.data+0xe74): undefined reference to `apr_ldap_url_parse_ext'
server/.libs/libmain.a(exports.o):(.data+0xe78): undefined reference to `apr_ldap_url_parse'
et la compilation échoue
Mon config.nice est :
#! /bin/sh
#
# Created by configure
"./configure" \
"--prefix=/usr/local/apache2" \
"--sysconfdir=/etc/apache2.2" \
"--mandir=/usr/share/man/" \
"--with-ldap" \
"--enable-modules=so cgi" \
"--enable-mods-shared=ssl authnz-ldap ldap version info speling info rewrite mime-magic auth-dbd dbd imagemap" \
"$@"
Merci d'avance pour votre aide
Alice est née au pays des cauchemars,
Je voudrais juste la rassurer...
--------------------------------------
http://www.tuxalafenetre.net
Hors ligne