LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Install Opsview Slave - PERL5LIB is not set error (https://www.linuxquestions.org/questions/debian-26/install-opsview-slave-perl5lib-is-not-set-error-4175513884/)

david_ds 08-07-2014 01:01 PM

Install Opsview Slave - PERL5LIB is not set error
 
Hi guys!
I'm trying to install Opsview Slave on a Debian Squeeze.
When I do the verification of prerequisites, the system returns the following message: "PERL5LIB is not set (the user profile has Been set-up ok?)"
Command line: ./check_reqs slave.
All other requirements have been met.Does anyone have any idea what is the procedure for setting the PERL5LIB? The version of Squeeze is 2.6.32-5-amd64. Any hint is welcome. Thank you.

smallpond 08-08-2014 06:51 AM

Check the instructions for the software you are installing. It must have its own Perl library that it wants to add to @inc.

david_ds 08-08-2014 08:33 AM

I researched for several days, but found nothing that resolves the problem.
The software version has been discontinued a long time.

smallpond 08-08-2014 09:31 AM

The command that you want will have the form:

Code:

export PERL5LIB=path_to_pm_file_that_you_installed
The message is suggesting to also put that command in your file ~/.profile so that it runs automatically.

david_ds 08-08-2014 10:34 AM

In this way?

export PERL5LIB=/usr/lib/perl5


All times are GMT -5. The time now is 04:53 AM.