I've installed (from source) Apache 1.3 on a CentOS 5.2 and I'm trying to get SSL to work.
I used
--enable-module=so
then added
AddModule mod_so.c
LoadModule ssl_module /usr/lib/httpd/modules/mod_ssl.so
to httpd.conf.
Now I'm getting this error from configtest:
Syntax error on line 44 of /www/conf/httpd.conf:
Cannot load /usr/lib/httpd/modules/mod_ssl.so into server: /usr/lib/httpd/modules/mod_ssl.so: undefined symbol: ap_set_deprecated
Thanks for any help.