On Sat, Nov 26, 2005 at 10:57:11AM +0000, Stephen Collyer wrote: > When I start Apache, I get this: > > >root@alpha $ bin/apachectl startssl > >Syntax error on line 251 of /usr/local/apache2-ssl/conf/httpd.conf: > >Cannot load /usr/local/apache2-ssl/modules/mod_ssl.so into server: > >/usr/local/apache2-ssl/modules/mod_ssl.so: undefined symbol: > X509_STORE_CTX_set_depth > > nm tells me that X509_STORE_CTX_set_depth appears as a text > symbol in openssl-0.9.8a/crypto/x509/x509_vfy.o and also > the static library openssl-0.9.8a/libcrypto.a so I guess it's > some link error, but I'm not sure what. > > Anyone got any ideas as to what I've screwed up ? In 2.0.x you can't build mod_ssl as a DSO against OpenSSL if OpenSSL is only available as static libraries. You can either build OpenSSL shared libraries, or upgrade to 2.1.x, where this should work OK (though I wouldn't recommend it at all). joe --------------------------------------------------------------------- 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