I\'ve a problem with PEAR (PHP). This is the error:
Warning: require_once(DB.php): failed to open stream: No such file or directory in /WWW/xxx.php on line 2
You need to install the module:
pear install DB
Although this page gives a warning about this package being superseded (not deprecated) by MDB2.
You can also install module without using pear:
With Fedora/CentOS:
With Debian/Ubuntu:
-- Dario