Hi,
I am having a problem where PEAR doesn't want to see includes in subdirectories. In the base PEAR directory which I have added to include_path it can access DB.php but not DB/DataObject.php. Have I left out a very obvious setting?
Thanks, Alex
Are you installing the PEAR packages with the the regular PEAR commands (e.g. pear install SOME_PACKAGE)? You should be able to view all commands available to you with: pear help
and then see if there are some utilities to help you troubleshoot.
PEAR was preinstalled with Fedora Release 2.
Even with PEAR preinstalled, you could probably troubleshoot with the following shell commands:
pear help pear list pear install PACKAGE_NAME
When you install a package with the 'pear' command, it should also include the dependencies.
Using PEAR list, I see these packages.
Archive_Tar 1.1 stable Console_Getopt 1.2 stable DB 1.6.2 stable HTTP 1.2.2 stable Mail 1.1.3 stable Net_SMTP 1.2.3 stable Net_Socket 1.0.1 stable PEAR 1.3.2 stable XML_Parser 1.0.1 stable XML_RPC 1.1.0 stable