[solved] Can't install Webmin
Posted: 29 Aug 2010, 04:48
Last week I received my new (and first) bubba 2. I intend to replace my old noisy Fedora server which I use as fileserver and as a webserver to develop sites. Since I'm not very good with Linux I'm used to use Webmin for the creation of databases, virtual hosts, users and so on. So I'm trying to get Webmin installed but with no success.
I can't get webmin via apt-get so I downloaded the .deb (version 1.41) which seems to install since all the files are now on bubba in /usr/share/webmin but I got errrors while installing which I can't seem to address:
bubba:/home/chief/private# dpkg --install webmin_1.410_all.deb
(Reading database ... 33424 files and directories currently installed.)
Unpacking webmin (from webmin_1.410_all.deb) ...
dpkg: dependency problems prevent configuration of webmin:
webmin depends on libnet-ssleay-perl; however:
Package libnet-ssleay-perl is not installed.
webmin depends on libauthen-pam-perl; however:
Package libauthen-pam-perl is not installed.
webmin depends on libmd5-perl; however:
Package libmd5-perl is not installed.
dpkg: error processing webmin (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
webmin
bubba:/home/chief/private# apt-get install libnet-ssleay-perl
Reading package lists... Done
Building dependency tree... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
libnet-ssleay-perl: Depends: perl (>= 5.10.1-11) but 5.8.8-7etch6 is to be installed
Depends: perlapi-5.10.1
Depends: libc6 (>= 2.4) but 2.3.6.ds1-13etch10 is to be installed
Depends: libssl0.9.8 (>= 0.9.8m-1) but 0.9.8c-4etch9 is to be installed
webmin: Depends: libauthen-pam-perl but it is not going to be installed
Depends: libmd5-perl but it is not installable
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Webmin is not running.
I'm not completely sure what's wrong and why I can't install the dependencies, to me it looks like that everything is too old...
So I'm lost here.... and I'm hoping that someone here can point me in the right direction.
I can't get webmin via apt-get so I downloaded the .deb (version 1.41) which seems to install since all the files are now on bubba in /usr/share/webmin but I got errrors while installing which I can't seem to address:
bubba:/home/chief/private# dpkg --install webmin_1.410_all.deb
(Reading database ... 33424 files and directories currently installed.)
Unpacking webmin (from webmin_1.410_all.deb) ...
dpkg: dependency problems prevent configuration of webmin:
webmin depends on libnet-ssleay-perl; however:
Package libnet-ssleay-perl is not installed.
webmin depends on libauthen-pam-perl; however:
Package libauthen-pam-perl is not installed.
webmin depends on libmd5-perl; however:
Package libmd5-perl is not installed.
dpkg: error processing webmin (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
webmin
bubba:/home/chief/private# apt-get install libnet-ssleay-perl
Reading package lists... Done
Building dependency tree... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
libnet-ssleay-perl: Depends: perl (>= 5.10.1-11) but 5.8.8-7etch6 is to be installed
Depends: perlapi-5.10.1
Depends: libc6 (>= 2.4) but 2.3.6.ds1-13etch10 is to be installed
Depends: libssl0.9.8 (>= 0.9.8m-1) but 0.9.8c-4etch9 is to be installed
webmin: Depends: libauthen-pam-perl but it is not going to be installed
Depends: libmd5-perl but it is not installable
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Webmin is not running.
I'm not completely sure what's wrong and why I can't install the dependencies, to me it looks like that everything is too old...
So I'm lost here.... and I'm hoping that someone here can point me in the right direction.