Results 1 to 10 of 11
i have php-4.0.x installed now i want to upgrade it to php-4.1x how can i do it..
plz help...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-22-2003 #1Just Joined!
- Join Date
- Mar 2003
- Posts
- 36
upgrading php
i have php-4.0.x installed now i want to upgrade it to php-4.1x how can i do it..
plz help
- 03-22-2003 #2Linux Engineer
- Join Date
- Jan 2003
- Location
- Lebanon, pa
- Posts
- 994
What distro?
- 03-22-2003 #3Just Joined!
- Join Date
- Mar 2003
- Posts
- 36
i cant understand 'distro'.
Originally Posted by genlee
i have a script for music library and it requires php 4.1.x or greater, due to change in enviornment variables. that y i want to upgrade it ..
- 03-22-2003 #4Linux Engineer
- Join Date
- Jan 2003
- Location
- Lebanon, pa
- Posts
- 994
What distrobution of linux do you have installed?
- 03-22-2003 #5Just Joined!
- Join Date
- Mar 2003
- Posts
- 36
linux 7.2
Originally Posted by genlee
- 03-22-2003 #6Linux Engineer
- Join Date
- Jan 2003
- Location
- Lebanon, pa
- Posts
- 994
I'll take a guess and say you have redhat. Run this command:
Code:rpm -Uvh ftp://rpmfind.net/linux/contrib/libc6/i386/php-4.3.1-1.i386.rpm
- 03-22-2003 #7Just Joined!
- Join Date
- Mar 2003
- Posts
- 36
thanks alot....
Originally Posted by genlee
- 03-22-2003 #8Just Joined!
- Join Date
- Mar 2003
- Posts
- 36
i tried but i got messageerror: failed dependencies:
Originally Posted by linuxguru
libcurl.so.2 is needed by php-4.3.1-1
php = 4.0.6-7 is needed by php-imap-4.0.6-7
php = 4.0.6-7 is needed by php-ldap-4.0.6-7
php = 4.0.6-7 is needed by php-mysql-4.0.6-7
php = 4.0.6-7 is needed by php-odbc-4.0.6-7
- 03-22-2003 #9Linux Engineer
- Join Date
- Jan 2003
- Location
- Lebanon, pa
- Posts
- 994
Go to rpmfind.net and install all the deps you that you need.
- 03-22-2003 #10Just Joined!
- Join Date
- Mar 2003
- Posts
- 36
when i try to install dependent package php-imap i got this messageerror: failed dependencies:
Originally Posted by genlee
php = 4.3.1-1 is needed by php-imap-4.3.1-1
its seems to me a deadlock.
plz help...


Reply With Quote
