URGENT: ISPConfig installation error

Discussion in 'Installation/Configuration' started by zarcelo, Oct 31, 2012.

  1. zarcelo

    zarcelo New Member

  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The php mysql extension is missing. Please run:

    apt-get install php5-mysql

    to install the package.
     
  3. zarcelo

    zarcelo New Member

    Nothing happens

    Leyendo lista de paquetes... Hecho
    Creando árbol de dependencias
    Leyendo la información de estado... Hecho
    php5-mysql ya está en su versión más reciente.
    fijado php5-mysql como instalado manualmente.
    Se instalaron de forma automática los siguientes paquetes y ya no son necesarios.
    libswt-cairo-gtk-3.5-jni libswt-gtk-3.5-jni libswt-mozilla-gtk-3.5-jni
    libcommons-cli-java tzdata-java libcommons-lang-java libswt-gnome-gtk-3.5-jni
    libswt-gtk-3.5-java java-wrappers
    Utilice «apt-get autoremove» para eliminarlos.
    0 actualizados, 0 se instalarán, 0 para eliminar y 3 no actualizados.

     
  4. falko

    falko Super Moderator Howtoforge Staff

    Do you see MySQL in the output of
    PHP:
    phpinfo();
    ?
     
  5. falko

    falko Super Moderator Howtoforge Staff

    It's a PHP function, not a commandl ine tool.
     
  6. NewAmericanClassic

    NewAmericanClassic New Member

    Yah, I was hoping to get a laugh :D

    I have everything installed however I am getting the same error. Is there an installation problem preventing the correct loading?
     
    Last edited: Nov 18, 2012
  7. falko

    falko Super Moderator Howtoforge Staff

    You must create the following PHP file:
    PHP:
    <?php
    phpinfo
    ();
    ?>
    Name it info.php (for example), put it in your document root, and call it in a browser.
     

Share This Page