Running Virtualmin install.sh on a new RHEL 3 install (as configured by EV1 servers) the install fails with a missing dependancy for mod_python.
[root@server root]# ./install.sh
(snip)
Resolving dependencies
......Unable to satisfy dependencies
Package virtualmin-base needs mod_python, this is not available.
Installation failed: 1
(snip)
Manually installing mod_python from rpm corrects the problem and installation concludes successfully.
[root@server root]# up2date -i mod_python
[root@server root]# ./install.sh
(snip)
Transaction(s) Complete
Installation completed.
[root@server root]#
-Glen
Status:
Closed (fixed)