this error may occur when you have not installed all perl module dependencies , and first at all the CGI::Carp module. The full list is available in http://webminstats.sourceforge.net/require.html
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2020-11-08
nope it is installed
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
interesting !
can you locate where webminstats is installed (may be /usr/libexec/webmin/sysstats or /usr/share/webmin/sysstats), you can use the "locate sysstats-web-lib.pl" command to find it.
then ask perl to check if all is ok with : perl -cw /usr/share/webmin/sysstats/index.cgi
or : perl -cw /usr/libexec/webmin/sysstats/index.cgi ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2020-11-08
locate sysstats-web-lib.pl
-bash: locate: command not found [root@bob-a ~]# perl -cw /usr/share/webmin/sysstats/index.cgi
Can't open perl script "/usr/share/webmin/sysstats/index.cgi": No such file or directory [root@bob-a~]# perl -cw /usr/libexec/webmin/sysstats/index.cgi
Can't open perl script "/usr/libexec/webmin/sysstats/index.cgi": No such file or directory
yes webmin is in the correct place
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm also getting the same error...
this error may occur when you have not installed all perl module dependencies , and first at all the CGI::Carp module. The full list is available in http://webminstats.sourceforge.net/require.html
nope it is installed
interesting !
can you locate where webminstats is installed (may be /usr/libexec/webmin/sysstats or /usr/share/webmin/sysstats), you can use the "locate sysstats-web-lib.pl" command to find it.
then ask perl to check if all is ok with : perl -cw /usr/share/webmin/sysstats/index.cgi
or : perl -cw /usr/libexec/webmin/sysstats/index.cgi ?
locate sysstats-web-lib.pl
-bash: locate: command not found
[root@bob-a ~]# perl -cw /usr/share/webmin/sysstats/index.cgi
Can't open perl script "/usr/share/webmin/sysstats/index.cgi": No such file or directory
[root@bob-a~]# perl -cw /usr/libexec/webmin/sysstats/index.cgi
Can't open perl script "/usr/libexec/webmin/sysstats/index.cgi": No such file or directory
yes webmin is in the correct place
what is your linux distribution (name and version) ?
how do you install webmin (from tar.gz, from a package ) ?