Installation ISPConfig on Redhat9, How?????

Discussion in 'Installation/Configuration' started by fandi2000x, Jan 9, 2006.

  1. fandi2000x

    fandi2000x New Member

    anyone,
    Can you tell me what i can do to install ISPConfig on my machine(Redhat9)??? any suggestion??
    thanks
     
  2. falko

    falko Super Moderator ISPConfig Developer

  3. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     

Share This Page