Home > Archive > PHP Pear > March 2006 > Re: [PEAR] Re: Pear installation problem - Solaris 8, php 5.1.2
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: [PEAR] Re: Pear installation problem - Solaris 8, php 5.1.2
|
|
| Pierre 2006-03-30, 9:58 pm |
| On Thu, 30 Mar 2006 16:58:00 -0800
sgarcia@bak.rr.com (Steve Garcia) wrote:
> Snyder, Jeff wrote:
>
> I ran into the same problem, although I've gotten further than you.
> As root, type:
>
> pear upgrade XML_RPC
>
> You'll get the most current version of XML_RPC, so you won't get that
> message anymore. But the commit will still fail.
>
> What you *want* to do is:
>
> pear upgrade PEAR
>
> Unfortunately, that fails -- it appears that you can't upgrade that
> far.
>
> downloading PEAR-1.4.9.tgz ...
> Starting to download PEAR-1.4.9.tgz (283,443 bytes)
> .............................................done: 283,443 bytes
> requires package `PEAR' >=3D 1.3.3
> PEAR: Dependencies failed
> I'm not sure where I go from here. Is there a way to manually
> upgrade PEAR?
do:
pear upgrade pear-1.3.6
Then:
pear upgrade pear
--Pierre
| |
| Steve Garcia 2006-03-30, 9:58 pm |
| Pierre wrote:
>
>
> do:
> pear upgrade pear-1.3.6
>
> Then:
>
> pear upgrade pear
>
Ah! That would have been easier. :) I ended up manually overwriting
the PEAR files with those for 1.4.9 and then doing the upgrade again,
just to be sure.
Your way is better.
|
|
|
|
|