[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] webmin install for Qube2
- Subject: [cobalt-developers] webmin install for Qube2
- From: jstrebel <jstrebel@xxxxxxxxxxxxx>
- Date: Sun Apr 1 22:43:38 2001
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
Hello all,
I try to install webmin on my Qube2 but it fails, see cut and paste below.
Any ideas? Do I miss something very simple.
I have installed WEBMIN on a Qube3 and it works well
Would appreciate any feedback
Thanks jakob
The error message I am getting is the following:
***********************************************************************
Webmin is written entirely in Perl. Please enter the full path to the
Perl 5 interpreter on your system.
Full path to perl (default /usr/bin/perl):
Testing Perl ...
ERROR: Failed to run test perl script. Maybe /usr/bin/perl is
not the perl interpreter, or is not installed properly
BUT Perl is definetively there. The cube is also running CGI scripts trouhg
Webaccess.
[root@quby webmin-0.85]# /usr/bin/perl -help
Usage: /usr/bin/perl [switches] [--] [programfile] [arguments]
-0[octal] specify record separator (\0, if no argument)
-a autosplit mode with -n or -p (splits $_ into @F)
-c check syntax only (runs BEGIN and END blocks)
-d[:debugger] run scripts under debugger
-D[number/list] set debugging flags (argument is a bit mask or flags)
-e 'command' one line of script. Several -e's allowed. Omit
[programfile].
-F/pattern/ split() pattern for autosplit (-a). The //'s are optional.
-i[extension] edit <> files in place (make backup if extension supplied)