I'm tryin to get the Horde Framework to work --> www.horde.org
The following I backtracked so all you PHP gurus might see what's happening. OK, I was getting the following error message below:
Warning: Failed opening 'Log.php' for inclusion (include_path='.:/usr/share/pear') in /var/www/html/horde/lib/Horde.php on line 186
Fatal error: Undefined class name 'log' in /var/www/html/horde/lib/Horde.php on line 187
After searching Google, I found out I needed the Log module for PEAR (PHP), so I downloaded it, and ran the following command to try and install it...
pear install Log-1.6.5.tgz
'DB' PEAR package is not installed
Dependencies failed
So I downloaded the DB-1.4.0.tgz package from pear.php.net, ran the following command to try and install it...
pear install DB-1.4.0.tgz
and got the following error message that I am now stuck on !!
Relation 'has' with requirement ' ' is not supported
Dependencies failed
Anyone have a clue??
Thanks