LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   dependancies, php (https://www.linuxquestions.org/questions/linux-software-2/dependancies-php-60833/)

bananaman 05-20-2003 12:03 PM

dependancies, php
 
I am trying to upgrade my php version. When I do this:

rpm -U php-4.3.3-0.1.i386.rpm

I get

error: failed depenencies:
libcurl.so.2 is needed by php-4.2.2-0.1
php = 4.0.6-7 is needed by php-imap-4.0.6-7


So I do this:

rpm -U curl-7.9.2-1.i386.rpm

And I get this:

error: failed dependencies:
libcurl.so.1 is needed by php-4.0.6-7


How do I solve this?

serz 05-20-2003 12:42 PM

Getting that libcurl.so.2 or upgrading it with no dependencies

--nodeps

bananaman 05-21-2003 03:44 AM

Thanks Serz. Got it working now.


All times are GMT -5. The time now is 02:50 AM.