problems with installing ISPconfig 3 on Fedora 11

Discussion in 'Installation/Configuration' started by iDen, Jul 8, 2009.

  1. iDen

    iDen New Member

    same error as with MyDnsConfig

    Code:
     php -q install.php
    
    
    --------------------------------------------------------------------------------
     _____ ___________   _____              __ _
    |_   _/  ___| ___ \ /  __ \            / _(_)
      | | \ `--.| |_/ / | /  \/ ___  _ __ | |_ _  __ _
      | |  `--. \  __/  | |    / _ \| '_ \|  _| |/ _` |
     _| |_/\__/ / |     | \__/\ (_) | | | | | | | (_| |
     \___/\____/\_|      \____/\___/|_| |_|_| |_|\__, |
                                                  __/ |
                                                 |___/
    --------------------------------------------------------------------------------
    
    
    >> Initial configuration
    
    PHP Notice:  Undefined variable: distver in /tmp/ispconfig3_install/install/lib/install.lib.php on line 135
    PHP Notice:  Undefined variable: distid in /tmp/ispconfig3_install/install/lib/install.lib.php on line 135
    PHP Notice:  Undefined variable: distbaseid in /tmp/ispconfig3_install/install/lib/install.lib.php on line 135
    Linux Distribution or Version not recognized.
    install.lib.php
    Code:
    131{
    132		die('unrecognized linux distribution');
    133	}
    134	
    135	return array('name' => $distname, 'version' => $distver, 'id' => $distid, 'baseid' => $distbaseid);
    136}

    Hope both APPs will be released as soon as possible, for Fedora 11
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The problem is not in ISPConfig, Fedora 11 is not supported by ISPConfig 3 because a lot of required applications like courier can not be compiled on fedora 11 anymore due to a change in glib that fedore introduced with version 11. We will release ispconfig 3 with support for fedora as soon as fedora or courier chnage their sources so that it is possible to compile the system requirements on fedora.
     

Share This Page