Question: I installed the php-pear rpm package but the graphics don’t work.
Answer: By default, php-pear is installed in /usr/share/pear
.
To solve that just execute:
cp /usr/share/pear/PEAR.php /var/www/html/pandora_console/reporting/
(Check out your pandora_console
PATH) Then, just make Apache able to read that file with the following command line:
chown apache PEAR.php
Note: Check out which user is running the Apache server, could be either apache
or www-data
.