URL: https://linuxfr.org/forums/general-general/posts/hello-world--4 Title: hello world Authors: dan kakon Date: 2006年07月06日T16:06:55+02:00 Tags: Score: 0 J'ai téléchargé sur une redhat entreprise v3, auth_ldap pour authentifier mon serveur web (apache 1.3.36) , via le ldap de l'entreprise.J'ai télécharger ldapcsdk 5.0.6 (de mm que la 4.1) sur le site de sun. J'ai suivi la doc, pendant la compilation tout se passe trés bien. Il se rajoute bien à libexec de apache-1.3.36 ( compiler avec les sources ). J'ai rajouté au fichier httpd.conf (LoadModule auth_ldap.so et AddModule auth_ldap.c) . Mais des que je relance apache en classic ou en ssl, il me fait l'erreur suivante : # /etc/init.d/apache startssl Syntax error on line 224 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/auth_ldap.so into server: /usr/local/apache/libexec/auth_ldap.so: undefined symbol: ldap_get_dn /etc/init.d/apache startssl: httpd could not be started Lorsque je verifie les librairies correspondant a auth_ldap.so, il me repond cela: ldd -d /usr/local/apache/libexec/auth_ldap.so libc.so.6 => /lib/tls/libc.so.6 (0xb74b2000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000) undefined symbol: ap_set_string_slot (/usr/local/apache/libexec/auth_ldap.so)undefined symbol: ap_set_flag_slot (/usr/local/apache/libexec/auth_ldap.so)undefined symbol: ap_user_id (/usr/local/apache/libexec/auth_ldap.so) undefined symbol: ap_dummy_mutex (/usr/local/apache/libexec/auth_ldap.so) Merci d'avance Moulinux

AltStyle によって変換されたページ (->オリジナル) /