Koozali.org: home of the SME Server

httpd won't start

Crome

httpd won't start
« on: April 01, 2004, 11:50:44 PM »
I am currently still running SME 5.1.2. I had some trouble with a bug/attack in openssl lately so I decided to upgrade openssl to version 0.9.6-13. The problem is that httpd won't start anymore. These are the log entries:

Apr 1 23:30:15 mendoza httpd: Syntax error on line 149 of /etc/httpd/conf/httpd
.conf:
Apr 1 23:30:15 mendoza httpd: Cannot load /usr/lib/apache/libphp4.so into serve
r: /usr/lib/libssl.so.1: undefined symbol: OpenSSLDie
Apr 1 23:30:15 mendoza httpd-e-smith: Syntax error on line 149 of /etc/httpd/co
nf/httpd.conf:
Apr 1 23:30:15 mendoza httpd-e-smith: Cannot load /usr/lib/apache/libphp4.so in
to server: /usr/lib/libssl.so.1: undefined symbol: OpenSSLDie

the same goes for httpd-admin. All RPMS from SME 5.1.2 Update3 have been installed and the php rpms are at level 4.1.2.

Somebody has got some advice were to start?

gbaird

http won't start
« Reply #1 on: April 02, 2004, 01:42:52 AM »
Hello

It looks like your httpd.conf has errors it is easy to spot
take a look at what it telling you

Apr 1 23:30:15 mendoza httpd: Syntax error on line 149 of /etc/httpd/conf/httpd
.conf:
Apr 1 23:30:15 mendoza httpd: Cannot load /usr/lib/apache/libphp4.so into serve
r: /usr/lib/libssl.so.1: undefined symbol: OpenSSLDie
Apr 1 23:30:15 mendoza httpd-e-smith: Syntax error on line 149 of /etc/httpd/co
nf/httpd.conf:
Apr 1 23:30:15 mendoza httpd-e-smith: Cannot load /usr/lib/apache/libphp4.so in
to server: /usr/lib/libssl.so.1: undefined symbol: OpenSSLDie

Line 149 has an error it looks like apache your httpd cannot find some lib* files

You can put a # at the start of the 149 line and httpd should start but to fix it you need to search for the files it is trying to load and correct the path or install the files

libphp4.so
libssl.so.1

again it may be that the path is wrong the line
/usr/lib/  you can use mc to look for the files

Hope this helps

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: httpd won't start
« Reply #2 on: April 02, 2004, 02:24:00 AM »
Quote from: "Crome"
I am currently still running SME 5.1.2.

Yikes!
Quote from: "Crome"
I had some trouble with a bug/attack in openssl lately

No surprises there.
Quote from: "Crome"

Somebody has got some advice were to start?


Upgrade to a supported version.