views:

137

answers:

1

By mistake i installed PEAR ,

I thing i installed very wrongly,

Now i want to uninstall only PEAR ,

Tell me How to uninstall PEAR IN WAMP..

(For Localsystem)

+2  A: 

PEAR is just a set of PHP libraries. Just manually delete your PEAR folder and you are good to go.

Ondrej Slinták
but u see , i got this error when run just localhost in my browser, ""Warning: Can not find config file, please specify the $pear_user_config variable in /index.phpError: the template directory (C:\php5\pear\data\PEAR_Frontend_Web\data\templates) is not a directory, or not readable. Make sure the 'data_dir' of your config file (C:\php5\pear\data) points to the correct location !
Bharanikumar
You are probably using some script that requires PEAR. I'd say you just need to set some configs inside this script for it to work (like include path).
Ondrej Slinták