ns4:/tmp/mydnsconfig/install# php -q install.php

Discussion in 'General' started by trexen, May 4, 2009.

  1. trexen

    trexen Member

    gets me error =

    >> Initial configuration


    Notice: Undefined variable: distver in /tmp/mydnsconfig/install/lib/install.lib.php on line 135

    Notice: Undefined variable: distid in /tmp/mydnsconfig/install/lib/install.lib.php on line 135

    Notice: Undefined variable: distbaseid in /tmp/mydnsconfig/install/lib/install.lib.php on line 135
    Linux Distribution or Version not recognized.ns4:/tmp/mydnsconfig/install#

    system:
    Debian Lenny, kernel = 2.6.26-2-686 #1 SMP Thu Mar 26 01:08:11 UTC 2009 i686 GNU/Linux
    I follow the installation guide.

    Any suggestion?

    //M
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Debian has changed is versioning number scheme after they released Lenny, so the Linux distribution is not recognized correctly anmore as debian added a third digit to the number. Edit the file /etc/debian_version and change 5.0.1 to 5.0
     
  3. `ariel

    `ariel New Member

    i do it the other way, change 5.0 to 5.0.1 in install.lib.php on line 135.. i dont know but can be problematic change the value of debian_version.. or i`m wrong?
     
  4. HooGLaNDeR

    HooGLaNDeR Member

    This one worked for me too...
     

Share This Page