|
Posted by Tgone on 11/19/63 11:47
Hi,
I'm trying to install the HTTP_Request package but I get this error:
------------------------------------------------------------------------------------------------------------------
root@host [~]# pear install
http://pear.php.net/get/HTTP_Request-1.3.0.tgz
downloading HTTP_Request-1.3.0.tgz ...
Starting to download HTTP_Request-1.3.0.tgz (13,808 bytes)
......done: 13,808 bytes
requires package `Net_Socket' >= 1.0.2
------------------------------------------------------------------------------------------------------------------
So naturally I went to install Net_Socket 1.0.6:
------------------------------------------------------------------------------------------------------------------
root@host [~]# pear install
http://pear.php.net/get/Net_Socket-1.0.6.tgz
downloading Net_Socket-1.0.6.tgz ...
Starting to download Net_Socket-1.0.6.tgz (4,623 bytes)
......done: 4,623 bytes
Net_Socket already installed
------------------------------------------------------------------------------------------------------------------
What's going on? Pear won't let me upgrade Net_Socket. Has anyone ever
ran into this problem before?
Thanks,
Tony
Navigation:
[Reply to this message]
|