|
| Re: Pear Upgradation Problem [message #9244 is a reply to message #9231 ] |
Mon, 24 July 2006 07:57  |
|
First of all, try disabling the eaccelerator extension in httpd.conf, that should clear up the first error.
Secondly, try using [url http://go-pear.org] to install PEAR again (try deleting the PEAR directory first or just let it overwrite it). To install PEAR, try installing with:
pear install --alldeps PEAR
That should include all the code you need to bootstrap PEAR and upgrade it (I think).
|
|
|