Koozali.org: home of the SME Server

PHP Upgrade causes error on httpd startup

Ernesto Lorenz

PHP Upgrade causes error on httpd startup
« on: April 21, 2003, 03:51:55 AM »
Hi everyone,
I just upgraded PHP using Dan Browns rpm's from the contribs section and I'm getting the following message when I startup httpd:

Starting httpd: Syntax error on line 151 of /etc/httpd/conf/httpd.conf:
Cannot load /usr/lib/apache/libphp4.so into server: libssl.so.1: cannot open shared object file: No such file or directory
                                                           [ FAILED ]
I remember a failed dependancies message as I installed the rpm.

libssl.so.2  is present in the file structure but not libssl.so.1
Can anyone help me get httpd back on track?
Regards to all,
Ernesto

Dan Brown

Re: PHP Upgrade causes error on httpd startup
« Reply #1 on: April 21, 2003, 04:03:15 AM »
Which version of PHP did you install, and which version of SME are you using?

Ernesto Lorenz

Re: PHP Upgrade causes error on httpd startup
« Reply #2 on: April 21, 2003, 05:15:25 PM »
I installed:

php-4.2.2.-1db.i586.rpm
php-mysql-4.2.2-1db.i586.rpm
php-ldap-4.2.2-1db.i586.rpm
php-imap-4.2.2.-1db.i586.rpm
php-pgsql-4.2.2-1db.i586.rpm

on SME 5.6-U3

Dan Brown

Re: PHP Upgrade causes error on httpd startup
« Reply #3 on: April 21, 2003, 06:10:25 PM »
That's the problem--those RPMs aren't compatible with SME 5.6.  The only PHP RPMs I have for 5.6 are 4.3.x.

SanDy

Re: PHP Upgrade causes error on httpd startup
« Reply #4 on: April 25, 2003, 12:18:34 PM »
Hi!
I successfylly upgrade php on my SME 5.6
RPM's are:
php-4.2.2-1db.i686.rpm
php-devel-4.2.2-1db.i686.rpm
php-imap-4.2.2-1db.i686.rpm
php-ldap-4.2.2-1db.i686.rpm
php-mysql-4.2.2-1db.i686.rpm
php-pgsql-4.2.2-1db.i686.rpm

And also need openssl096-0.9.6-13.i386.rpm (http://download.minimizeit.com/mitel/5.5/openssl096-0.9.6-13.i386.rpm),
and (maybe) db31-3.1.17-1.i386.rpm
All works great!

And question: where i can find PHP 4.3.x for SME 5.6?