PDA

View Full Version : Installation ISPConfig on Redhat9, How?????


fandi2000x
9th January 2006, 09:18
anyone,
Can you tell me what i can do to install ISPConfig on my machine(Redhat9)??? any suggestion??
thanks

falko
9th January 2006, 10:58
Basically, your system has to fulfilll the requirements outlined on http://www.ispconfig.org/manual_installation.htm.

You could have a look at the Fedora 4 tutorial ( http://www.howtoforge.com/perfect_setup_fedora_core_4 ) and then try to copy the setup to your RedHat9 system.

till
9th January 2006, 11:20
There is currently a small bug, so the installer does not recognize RH9 anymore.

Here is a workaround:

1) Unpack the installer tar.gz on your server
2) Open the file setup2 inside the install_ispconfig directory with an text editor (vi, joe,...)
and delete these three lines (line no. 113 - 115):

if [ -n '$version' ]; then
version=`cat /etc/redhat-release | cut -f3 -d' '`
fi

3) run the setup script, your linux should new be detected correctly.