View previous topic :: View next topic |
Author |
Message |
chieuphu Tux's lil' helper
Joined: 11 Aug 2004 Posts: 131
|
Posted: Thu Jul 27, 2006 6:29 pm Post subject: [SOLVED] Apache + SSL |
|
|
hello
I have this error when start apache
Code: | /etc/init.d/apache2 restart
* Apache2 has detected a syntax error in your configuration files:
Syntax error on line 233 of /etc/apache2/httpd.conf:
Can't locate API module structure `ssl_module' in file /usr/lib/apache2/modules/libssl.so: /usr/lib/libssl.so.0.9.7: undefined symbol: ssl_module
|
I am running net-www/apache-2.0.58 and dev-libs/openssl-0.9.7j .
I have -D SSL in my config file and LoadModule ssl_module /usr/lib/libssl.so
Please help.
Last edited by chieuphu on Fri Jul 28, 2006 5:51 pm; edited 1 time in total |
|
Back to top |
|
|
!equilibrium Bodhisattva
Joined: 06 Jun 2004 Posts: 2109 Location: MI/BG/LC
|
Posted: Thu Jul 27, 2006 7:39 pm Post subject: Re: Apache + SSL |
|
|
chieuphu wrote: | * Apache2 has detected a syntax error in your configuration files:
Syntax error on line 233 of /etc/apache2/httpd.conf:
Can't locate API module structure `ssl_module' in file /usr/lib/apache2/modules/libssl.so: /usr/lib/libssl.so.0.9.7: undefined symbol: ssl_module |
bhe sure that apache is compiled with "ssl" use flag, probably is not. _________________ Arch Tester for Gentoo/FreeBSD
Equilibrium's Universe
all my contents are released under the Creative Commons Licence by-nc-nd 2.5 |
|
Back to top |
|
|
chieuphu Tux's lil' helper
Joined: 11 Aug 2004 Posts: 131
|
Posted: Fri Jul 28, 2006 5:50 pm Post subject: Re: Apache + SSL |
|
|
chieuphu wrote: | hello
I have this error when start apache
Code: | /etc/init.d/apache2 restart
* Apache2 has detected a syntax error in your configuration files:
Syntax error on line 233 of /etc/apache2/httpd.conf:
Can't locate API module structure `ssl_module' in file /usr/lib/apache2/modules/libssl.so: /usr/lib/libssl.so.0.9.7: undefined symbol: ssl_module
|
I am running net-www/apache-2.0.58 and dev-libs/openssl-0.9.7j .
I have -D SSL in my config file and LoadModule ssl_module /usr/lib/libssl.so
Please help. |
I took the ssl_module line away and it works. |
|
Back to top |
|
|
|