LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Upgrading PHP 4.2.2-17 to PHP 4.3.2-3 (https://www.linuxquestions.org/questions/linux-software-2/upgrading-php-4-2-2-17-to-php-4-3-2-3-a-68445/)

Qwik 06-27-2003 09:16 AM

Upgrading PHP 4.2.2-17 to PHP 4.3.2-3
 
I'm trying to upgrade PHP from version 4.2.2-17 to version 4.3.2-3. I have downloaded a RPM to install it. When I type the command in bash I am getting some errors. I'm a linux newbie so hopefully someone can correct me and set me on the right path.


Quote:

[root@neophyte Downloads]# rpm -Fvh php-4.3.2-3.i386.rpm
warning: php-4.3.2-3.i386.rpm: V3 DSA signature: NOKEY, key ID 897da07a
error: Failed dependencies:
httpd-mmn = 20020903 is needed by php-4.3.2-3
libdb-4.1.so is needed by php-4.3.2-3
libpspell.so.15 is needed by php-4.3.2-3
php = 4.2.2-17 is needed by (installed) php-imap-4.2.2-17
php = 4.2.2-17 is needed by (installed) php-ldap-4.2.2-17
php = 4.2.2-17 is needed by (installed) php-mysql-4.2.2-17
php = 4.2.2-17 is needed by (installed) php-pgsql-4.2.2-17
php = 4.2.2-17 is needed by (installed) php-odbc-4.2.2-17
That is the error I am getting. It seems that php-mysql-4.2.2-17 is another package that I need to get? I am not exactly sure.

slam 06-27-2003 12:57 PM

dependencies are a pain. you have to track down all the needed files. and you may have to do a simulataneous install of multiple rpms. you may consider compiling the source too

Qwik 06-27-2003 02:00 PM

would compiling the source be easier? I don't know anything about compiling source, i've never done it before.

slam 06-27-2003 02:45 PM

maybe maybe not
 
its hard to say. sometimes a compile goes smoothly and sometimes it doesn't. I'm still pretty new too.


All times are GMT -5. The time now is 06:58 PM.