12-09-2011, 12:54 AM
(12-09-2011, 12:44 AM)Daniel Wrote: I tried again, but still no luck. The include path seems to be OK now.
Code:Stratocumulus> php -i |grep include_path
include_path => .:/opt/share/pear => .:/opt/share/pear
I don't know why it is stated twice, i only included it once.
Pear itself seems to work:
Code:Stratocumulus> pear version
PEAR Version: 1.9.1
PHP Version: 5.2.17
Zend Engine Version: 2.2.0
Running on: Linux Stratocumulus 2.6.32.12 #1955 SMP Sat Nov 26 14:52:27 CST 2011 x86_64
You should check where Log.php actually is located on your disk. Is it /opt/share/pear ?
Uwe
But it still displays that the log package is missing. As far as i can see i can't tell Pear where the log package is installed. It is currently at the same place as the Pear installation.
Any idea how i can fix it? Seems to be the last thing until it will work.