Welcome to OCS Inventory NG community support, where you can ask questions and receive answers from other members of the community.

Please ask questions only in English or French.

Release 2.11.1 available

The official documentation can be found on http://wiki.ocsinventory-ng.org. Read it before asking your question.

Can't load Perl - Apache.pm

Hi!

After upgrade from Debian 9 to 10 I can't start apache

[Thu Oct 08 09:48:04.106997 2020] [perl:error] [pid 1176] Can't load Perl module Apache::Ocsinventory::Plugins::Apache for server ocs.sewik.local:0, exiting...
[Thu Oct 08 09:52:12.750155 2020] [perl:error] [pid 1570] Can't locate Apache/Ocsinventory/Plugins/Apache.pm in @INC (you may need to install the Apache::Ocsinventory::Plugins::Apache module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /etc/apache2) at (eval 16) line 1.\n

Anyone could help?
in OCS Inventory NG server for Unix by (160 points)

2 Answers

0 votes
Hi,

perl module missing. Install it.

Regards
by (88.5k points)
0 votes

Like this?

[user]$ tar -xvf ../OCSNG_UNIX_SERVER-2.3RC.tar - 2.8

[user]$ tar -xvf cd Apache

[user]$ perl Makefile

[user]$ make

[user]$ sudo su

[root]# make install

by (2.8k points)

by (160 points)
 
Powered by Question2Answer
...