I installed apache2 and php 4.2.3RC2 today, and am having some problems getting the pear modules to work.
Since the pear stuff wasn't in the distribution (doh), I checked out the "pear" module from cvs.php.net. Now I have a "pear" directory in my php install dir, and it's got a bunch of modules inside.
I set my include path to include_path = ".;C:\Program Files\Apache Group\php4-Win32\pear", then (it shows up properly in the error messages and in php_info()). I'm still getting the Failed opening required 'DB.php' error when I try to require_once DB.php. The file exists, and is one level below the include_path dir (in the DB dir). Is that not right? Do I need to list all of the directoirs in "pear" in the include_path statement? Do I need to copy all of the contents to a single dir? What gives?
Is there a better/easier way to get the full pear onto my win2K install?
Thanks.