HELP:Redhat 9 PHP, problem in upgrading from php-4.2.2-17 to php-4.3.6System: Redhat 9
Web Server Applications: httpd-2.0.40-21 + mysql-3.23.54a-11 + php-4.2.2-17 (all are installed from Redhat 9 CD)
Reason to upgrade PHP: need to use GD 2 library which is only available in PHP 4.3.x
I downloaded these rpms from http://www.seekbrain.com/downloads/psa/9/ for upgrading:
php-4.3.6-sp.rh9.1.i386.rpm
php-imap-4.3.6-sp.rh9.1.i386.rpm
php-ldap-4.3.6-sp.rh9.1.i386.rpm
php-manual-4.3.6-sp.rh9.1.i386.rpm
php-mysql-4.3.6-sp.rh9.1.i386.rpm
php-odbc-4.3.6-sp.rh9.1.i386.rpm
php-pgsql-4.3.6-sp.rh9.1.i386.rpm
php-snmp-4.3.6-sp.rh9.1.i386.rpm
*******1ST TRY********
===================================
# rpm -Uvh *.rpm
error: Failed dependencies:
libaspell.so.15 is needed by php-4.3.6-sp.rh9.1
libpspell.so.15 is needed by php-4.3.6-sp.rh9.1
===================================
The aspell, which is a spelling checking tool, coming along with RH9 is of version: aspell-0.33.7.1-21
So I tried to upgrade aspell al (more...)
hmm, one suggestion
maybe step by step, upgrade aspell first?
eg, force install aspell(force install, not nodeps)
I keep finger acrossed, just a suggestion
good luck
eg, force install aspell(force install, not nodeps)
I keep finger acrossed, just a suggestion
good luck