Farid Izem said: > Hi all, > > 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 Are the SSL libraries in your LD_LIBRARY_PATH? If you installed them from Sunfreeware.com, the path is, I think, /usr/local/ssl/lib, and this usually isn't in the default libpath. You could add the following lines to apachectl at the top to fix this: LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/ssl/lib export LD_LIBRARY_PATH Joost --------------------------------------------------------------------- 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