Hello all, I tried to compile apache2.0.55 with mod_ssl using openssl0.9.7.i on a solaris 10 platform. I used the following things to configure: ./configure --prefix=/path/to/apache --with-ssl=/opt/web/ssl097i --enable-ssl --enable-so Compilation and installation works fine but no ssl module is created after make install. So I had a lock in config.log and found the following error message which I guess must be the explanation why mod_ssl is not installing. Maybe someone is able to interprete those error message and point me into the right direction where the problem is: configure:10590: checking whether to enable mod_ssl configure:10626: result: checking dependencies configure:10631: checking for SSL/TLS toolkit base configure:10682: result: /opt/web/ssl097i configure:10685: checking for SSL/TLS toolkit version configure:10687: result: OpenSSL 0.9.7d 17 Mar 2004 configure:10705: checking for SSL/TLS toolkit includes configure:10723: result: /opt/web/ssl097i/include configure:10726: checking for SSL/TLS toolkit libraries configure:10741: result: /opt/web/ssl097i/lib configure:10909: checking for SSL_set_state configure:10966: gcc -o conftest -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -L/opt/src/httpd-2.0.55/srclib/apr-util/xml/expat/lib -L/opt/web /ssl097i/lib -R/opt/web/ssl097i/lib conftest.c -lssl -lcrypto >&5 Undefined first referenced symbol in file SSL_set_state /var/tmp//ccoHQKcX.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:10972: $? = 1 configure: failed program was: | /* confdefs.h. */ <...> configure:10997: result: no configure:11011: checking for SSL_set_cert_store configure:11068: gcc -o conftest -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -L/opt/src/httpd-2.0.55/srclib/apr-util/xml/expat/lib -L/opt/web /ssl097i/lib -R/opt/web/ssl097i/lib conftest.c -lssl -lcrypto >&5 Undefined first referenced symbol in file SSL_set_cert_store /var/tmp//ccELGIQo.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:11074: $? = 1 configure: failed program was: | /* confdefs.h. */ <...> configure:11099: result: no configure:11110: checking whether to enable mod_ssl configure:11122: result: yes (default) --------------------------------------------------------------------- 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