Hi.
I am trying to compile Apache 2.0.43 with SSL. I have already installed
OpenSSL 0.9.6g. I use the following commands:
1.) ./configure --prefix=/usr/local/apache-2.0.43 --enable-ssl
--with-ssl=/usr/local/openssl-0.9.6g --enable-mods-shared=all
--with-mpm=worker
2.) make
3.) make certificate
result ???:
make: *** No rule to make target 'certificate'. Stop.
4.) make install
Now I try to start Apache 2.0.43 (SSL) with this command:
5.) /usr/local/apache-2.0.43/bin/apachectl startssl
And gets this message:
Syntax error on line 247 of /usr/local/apache-2.0.43/conf/httpd.conf:
Cannot load /usr/local/apache-2.0.43/modules/mod_ssl.so into server:
/usr/local/apache-2.0.43/modules/mod_ssl.so: undefined symbol: X509_free
Anyone that have a solution to the problem?
Lars Nielsen Lind
--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
- RE: Apache 2.0.43 and SSL Lars Nielsen Lind
- RE: Apache 2.0.43 and SSL Neil Aggarwal
- RE: Apache 2.0.43 and SSL Turner, John
