Webmin on Solaris
Webmin has been tested on Solaris 2.5, 2.5.1, 2.6 and 2.7 and 2.8 for both
Sparc and X86 CPUs. However, Solaris does not come with Perl version 5,
which is required by Webmin.
You can download Perl for Solaris in pre-compiled package format from
Own downloaded, gunzip the package file and install with a command like
pkgadd -d perl-5.005_02-sol7-sparc-local
The Perl interpreter will be placed at /usr/local/bin/perl or
/opt/LWperl/bin/perl, depending on the package you choose.
You can also download the Perl source from
Once downloaded, gunzip and untar the file. Then run configure,
make and make install. If everything goes well, the
Perl interpreter will be placed at /usr/local/bin/perl.
|