Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Ernesto Lorenz on April 21, 2003, 03:51:55 AM

Title: PHP Upgrade causes error on httpd startup
Post by: Ernesto Lorenz 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
Title: Re: PHP Upgrade causes error on httpd startup
Post by: Dan Brown on April 21, 2003, 04:03:15 AM
Which version of PHP did you install, and which version of SME are you using?
Title: Re: PHP Upgrade causes error on httpd startup
Post by: Ernesto Lorenz 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
Title: Re: PHP Upgrade causes error on httpd startup
Post by: Dan Brown 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.
Title: Re: PHP Upgrade causes error on httpd startup
Post by: SanDy 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?