Se obtiene este error cuando intentamos iniciar el servidor de Pandora FMS:
# /etc/init.d/pandora_server start Pandora FMS Server is not running, cannot stop it. Can't locate PandoraFMS/DB.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share /perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at /usr/bin/pandora_server line 28. BEGIN failed--compilation aborted at /usr/bin/pandora_server line 28. Cannot start Pandora FMS Server. Aborted. Check Pandora FMS log files at '/var/log/pandora/pandora_server.error & pandora_server.log'
Solo tiene que copiar la librería Perl de Pandora FMS a otro directorio:
cp /usr/local/share/perl/5.10.0 /usr/local/share/perl/5.10.1 -R