I'm going bananas trying to f-figure out why I am getting this error:
Fatal error: Undefined class name 'pear' in whatever/path/i/ran/command/from- on line 681
when I run
lynx -source http://pear.php.net/go-pear | php
I have read elsewhere that there is a problem with the PHP module from entropy.ch (approved by apple) breaking Pear. I was able to install a Pear package earlier, but into the wrong path on my system. I seem to have two Pear installations. When I try to run the above command to fix my Pear path, I get the error. Searches all over the place have yielded no helpful advice.
Anyone here able to suggest anything?