Hi all, After thinking on my problem, i remember i haven't put env directive specifying LDFlags To Openssl librairies. The compile line should have been : (LDAP / Openssl Support). env "CPPFLAGS=-I/usr/local/openldap/include -I/usr/local/openssl/include" "LDFLAGS=-L/usr/local/openldap/lib -L/usr/local/openssl/lib" ./configure --prefix=/usr/local/apache --enable-mods-shared=all --enable-ssl --with-ldap --enable-ldap --enable-auth-ldap --enable-proxy --enable-proxy-connect --enable-proxy-http --enable-proxy-ftp Now it works. Kind Regards, Farid. On 4/26/05, Jirka Vejrazka <jirka.vejrazka@xxxxxxxxx> wrote: > > > Using Apache 2.0.53 on Solaris 8. I have compile my apache without problem > > > and > > > When i try to start it using a good configuration, i 'm facing the > > > following problem : > > > > > > Syntax error on line 256 of /usr/local/apache/conf/httpd.conf: > > > Cannot load /usr/local/apache/modules/mod_ssl.so into server: ld.so.1: > > > /usr/local/apache/bin/httpd: fatal: relocation error: file > > > /usr/local/apache/modules/mod_ssl.so: symbol X509_INFO_free: > > > referenced symbol not found > > Have you checked Google? If you had, you'd find my answer to this question here: > http://www.issociate.de/board/post/45069/errors_starting_apache2.0.45__with_mod_ssl_as_DSO..html > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx > " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx > > --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx