Page 1 of 1

pear

PostPosted: 30. August 2008 17:45
by chili5
I was trying to use pear.bat today, to install a few packages. When I started the command prompt and typed:

pear.bat list

I got a message that said:

PHP_PEAR_INSTALL_DIR is not set correctly
Please fix it using your environment variable or modify
the default value in pear.bat
The current value is:
C:\apache2triad\php\pear

That ain't the path I want, I want it set to C:\xampp\php\pear

This is the line I have in pear.bat:

[QUOTE]IF "%PHP_PEAR_INSTALL_DIR%"=="" SET "PHP_PEAR_INSTALL_DIR=C:\XAMPP\PHP\pear"[/QUOTE]

So I have no idea, why it ain't working. :(

PostPosted: 30. August 2008 19:57
by chili5
Nevermind, got it figured out. :D

Thanks for the help. :?