Koozali.org: home of the SME Server

upgrading to PHP 4.1.2 on e-smith 4.1

Pete the Feet

upgrading to PHP 4.1.2 on e-smith 4.1
« on: March 27, 2002, 03:11:41 PM »
Hiya

Trying to install php 4.1.2 on e-smith 4.1

Followed http://www.familybrown.org/howtos/php-upgrade-howto-sme512.html
but got LOTS of failed dependencies.

I realise that I should not be following the instructions for SME 5.1.2 when using e-smith 4.1, but don't really know how else to solve this.

Hmmm. Anyone else in the same boat, or got any good tips on how to resolve this? Thanks.


FINISHED --16:05:05--
Downloaded: 712,051 bytes in 4 files
[root@e-smith php412]# rpm -Fvh *
error: failed dependencies:
        libcrypto.so.1   is needed by php-4.1.2-2es
        libexpat.so.0   is needed by php-4.1.2-2es
        libfreetype.so.6   is needed by php-4.1.2-2es
        libmm.so.11   is needed by php-4.1.2-2es
        libssl.so.1   is needed by php-4.1.2-2es
        libcrypto.so.1   is needed by php-imap-4.1.2-2es
        libssl.so.1   is needed by php-imap-4.1.2-2es
        libcrypto.so.1   is needed by php-ldap-4.1.2-2es
        liblber.so.2   is needed by php-ldap-4.1.2-2es
        libldap.so.2   is needed by php-ldap-4.1.2-2es
        libsasl.so.7   is needed by php-ldap-4.1.2-2es
        libssl.so.1   is needed by php-ldap-4.1.2-2es

Confucius

Re: upgrading to PHP 4.1.2 on e-smith 4.1
« Reply #1 on: March 27, 2002, 04:37:40 PM »
That's easy... Upgrade ESSG 4.1 to SME 5.1.2 and you won't have these kind of troubles + all beautifull extra's on top.

Harro

geeze

Re: upgrading to PHP 4.1.2 on e-smith 4.1
« Reply #2 on: March 28, 2002, 05:20:18 PM »
I just got done doing this upgrade on my 4.x server not sure exactly what version it is since it has been running for about a year without any hitches.

I followed the instructions @

www.familybrown.org/howtos/php-upgrade-howto.html

You just need to change the list of RPM's that you need to install
the rpm's that I needed to upgrade were

expat-1.95.1-1.i386.rpm
mm-1.1.3-8.arvin.rh6.2.i586.rpm
mod_php-4.1.2-7.arvin.rh6.2.i586.rpm
pcre-3.9-2.arvin.rh6.2.i586.rpm
php-4.1.2-7.arvin.rh6.2.i586.rpm
php-ftp-4.1.2-7.arvin.rh6.2.i586.rpm
php-imap-4.1.2-7.arvin.rh6.2.i586.rpm
php-ldap-4.1.2-7.arvin.rh6.2.i586.rpm
php-mysql-4.1.2-7.arvin.rh6.2.i586.rpm

I left the  display_error = on


and everything seems to be fine


geeze