Connecting Tech Pros Worldwide Help | Site Map

pear madness

Tgone
Guest
 
Posts: n/a
#1: May 11 '06
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

Toby Inkster
Guest
 
Posts: n/a
#2: May 12 '06

re: pear madness


Tgone wrote:
[color=blue]
> 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[/color]

pear upgrade Net_Socket

??

--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact

Tgone
Guest
 
Posts: n/a
#3: May 12 '06

re: pear madness



Toby Inkster wrote:[color=blue]
> Tgone wrote:
>[color=green]
> > 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[/color]
>
> pear upgrade Net_Socket
>
> ??
>
> --
> Toby A Inkster BSc (Hons) ARCS
> Contact Me ~ http://tobyinkster.co.uk/contact[/color]

that worked. thanks.

Closed Thread


Similar PHP bytes