Hi, I managed to install go-pear on my win2000 desktop. To actually have the installer work, I need to set the following 3 variables in the .bat file:
set PHP_BIN= set BIN_DIR= set PEAR_PATH= %PHP_BIN% -C -d output_buffering=1 -d include_path=%PEAR_PATH% -f %BIN_DIR%\pear -- %1 %2 %3 %4 %5 %6 %7 %8 %9 My installation looks like this: C:\php php.exe pear\ PEAR.php System.php Mail.php DB.php PEAR\ XML\ etc... My guess is: set PHP_BIN= c:\php\phe.exe set BIN_DIR= ?? set PEAR_PATH=c:\php\PEAR\ I am stuck at this point. Thanks for your help, Pascal -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php