Results 1 to 3 of 3
Using Mandrake 9.0 and version .990 of Webmin (it came with Mandrake).
I want to upgrade to the latest version (1.060) of Webmin, but when I downloaded the rpm and ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-09-2003 #1Just Joined!
- Join Date
- Feb 2003
- Posts
- 12
Webmin RPM installation - Dependencies Error
Using Mandrake 9.0 and version .990 of Webmin (it came with Mandrake).
I want to upgrade to the latest version (1.060) of Webmin, but when I downloaded the rpm and attempted to upgrade, I got a dependency error.
This is what it looks like:
rpm -U webmin-1.060-1.noarch.rpm
error: failed dependencies:
/bin/sh is needed for webmin-1.060-1
/usr/bin/perl is needed for webmin-1.060-1
Any ideas?
- 02-09-2003 #2Linux Engineer
- Join Date
- Jan 2003
- Location
- Lebanon, pa
- Posts
- 994
ln -s /bin/bash /bin/sh will fix one dep. To fix the other you must install the perl rpm.
- 03-24-2005 #3Just Joined!
- Join Date
- Mar 2005
- Location
- Belleville Michigan
- Posts
- 21
debian:~# rpm -U webmin-1.180-1.noarch.rpm
error: failed dependencies:
/bin/sh is needed by webmin-1.180-1
/usr/bin/perl is needed by webmin-1.180-1
debian:~# ln -s /bin/bash /bin/sh
ln: `/bin/sh': File exists
debian:~# apt-get install perl Reading Package Lists... Done
Building Dependency Tree... Done
Sorry, perl is already the newest version.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
debian:~#


Reply With Quote
