1
0
-1

Hello,


I've got a strange perl error.


NMIS:

9.22

Perl Version:

This is perl 5, version 28, subversion 1 (v5.28.1) built for x86_64-linux-gnu-thread-multi

System:

Kernel: 4.19.0-17-amd64 x86_64 Distro: Debian GNU/Linux 10 (buster)


Command Executed:

/usr/local/nmis9/admin/node_admin.pl


Output:

Can't locate func.pm in @INC (you may need to install the func module) (@INC contains: /usr/local/nmis9/admin/../lib /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 /usr/lib/x86_64-linux-gnu/perl-base) at /usr/local/nmis9/admin/node_admin.pl line 49.
BEGIN failed--compilation aborted at /usr/local/nmis9/admin/node_admin.pl line 49.`


You probably know this but here's line 49:

use func;


Any suggestions on a direction please?

    CommentAdd your comment...

    2 answers

    1.  
      2
      1
      0

      Running the latest installer fixed this issue:

      nmis9-9.2.3-1.run

        CommentAdd your comment...
      1.  
        2
        1
        0

        Hi Harry, sounds like your node_admin.pl got corrupted somehow, you can always check source using GitHub.

        https://github.com/Opmantek/nmis9

        CommentAdd your comment...