|
From: Craig W. <cra...@az...> - 2006-03-04 04:27:43
|
On Fri, 2006-03-03 at 10:45 -0500, Robert Moskowitz wrote: > At 10:32 AM 3/3/2006, Craig White wrote: > >On Fri, 2006-03-03 at 10:18 -0500, Robert Moskowitz wrote: > > > I have Webmin working on a few systems here very nicely, thank you. > > > All are Centos 4.2 distros. > > > > > > On a clean Centos install, I installed Scalix v 10 which also installs > > > JRE and Tomcat 5. > > > > > > Then I installed Webmin. Nothing seemed wrong (Install done through > > > an SSH connection, not console). When I tried to connect to Webmin I > > > got a connection failed message. So I dug and found > > > a /var/webmin/miniserv.error file. Here it is pasted in (actually it > > > is a rather screwy file with special charaters, I dragged it into a > > > Firefox window and then copied from there. Please help me figure out > > > what is wrong. > > > > > > > > > [02/Mar/2006:16:58:19 -0500] miniserv.pl started > > > [02/Mar/2006:16:58:19 -0500] Perl module Authen::PAM needed for PAM is > > > not installed : Can't locate Authen/PAM.pm in @INC (@INC contains: > > > /usr/libexec/webmin /usr/lib/perl5/5.8.5/i386-linux-thread-multi > > > /usr/lib/perl5/5.8.5 > > > /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi > > > /usr/lib/perl5/site_perl/5.8.4/i386-linux-thread-multi > > > /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi > > > /usr/lib/perl5/site_perl/5.8.2/i386-linux-thread-multi > > > /usr/lib/perl5/site_perl/5.8.1/i386-linux-thread-multi > > > /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi > > > /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl/5.8.4 > > > /usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl/5.8.2 > > > /usr/lib/perl5/site_perl/5.8.1 /usr/lib/perl5/site_perl/5.8.0 > > > /usr/lib/perl5/site_perl > > > /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi > > > /usr/lib/perl5/vendor_perl/5.8.4/i386-linux-thread-multi > > > /usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi > > > /usr/lib/perl5/vendor_perl/5.8.2/i386-linux-thread-multi > > > /usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi > > > /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi > > > /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl/5.8.4 > > > /usr/lib/perl5/vendor_perl/5.8.3 /usr/lib/perl5/vendor_perl/5.8.2 > > > /usr/lib/perl5/vendor_perl/5.8.1 /usr/lib/perl5/vendor_perl/5.8.0 > > > /usr/lib/perl5/vendor_perl .) at (eval 2) line 1. > > > BEGIN failed--compilation aborted at (eval 2) line 1. > > > > > > bad reqline €g > > > > > > > > > It goes on from here, but whatever the special characters are, copy and > > > paste stops here.... > >--- > >How did you install? using yum and dag repo? tarball? > > > >webmin version? > > cd /root > mkdir webmin > cd webmin > wget > http://internap.dl.sourceforge.net/sourceforge/webadmin/webmin-1.260-1.noarch.rpm > rpm -Uvh webmin* ---- hmmm...and it has worked on other CentOS 4.2 systems...that is strange. Personally, I wouldn't install that way but that is a personal preference. I generally install from tarballs - even though the last 2 or 3 versions of tarball fail to install the redhat sysV script (and so I might change my ways). If you install webmin from 'dag' repository, you automatically get perl-Net-SSLeay and any other dependencies installed (I don't really any other dependencies) and dag repository will take care of updates each time you yum update - which is probably the best of all worlds - especially since the dag repository has fixed the issues he had with updates in his first few webmin packages. anyway...this may be useful # rpm -q \ --whatprovides /usr/lib/perl5/vendor_perl/5.8.5/Authen/SASL/Perl.pm perl-Authen-SASL-2.09-1.2.el4.rf try 'yum install perl-Authen-SASL' Craig |