PDA

View Full Version : problems with installing ISPconfig 3 on Fedora 11


iDen
8th July 2009, 15:18
same error as with MyDnsConfig (http://www.howtoforge.com/forums/showthread.php?t=37233)

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
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

till
9th July 2009, 11:26
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.