Another installation error

Discussion in 'Installation/Configuration' started by finita, Nov 30, 2006.

  1. finita

    finita New Member

    Hi

    I'm newbie in Linux world.
    I'm trying to install ISP Config on Ubuntu 6.06 lts.
    Getting error below:

    checking for specified location of the MySQL UNIX socket... no
    checking for MySQL UNIX socket location... no
    configure: error: Cannot find MySQL header files under /usr.
    Note that the MySQL client library is not bundled anymore!
    ERROR: Could not configure PHP
    cd: error retrieving current directory: getcwd: cannot access parent directories : No such file or directory
    mv: cannot stat `binaries/aps.tar.gz': No such file or directory
    mv: cannot stat `binaries/spamassassin.tar.gz': No such file or directory
    mv: cannot stat `binaries/uudeview.tar.gz': No such file or directory
    mv: cannot stat `binaries/clamav.tar.gz': No such file or directory
    mv: cannot stat `binaries/cronolog': No such file or directory
    mv: cannot stat `binaries/cronosplit': No such file or directory
    mv: cannot stat `binaries/ispconfig_tcpserver': No such file or directory
    mv: cannot stat `binaries/zip': No such file or directory
    mv: cannot stat `binaries/unzip': No such file or directory
    tar: spamassassin.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    mv: cannot stat `spamassassin': No such file or directory
    tar: uudeview.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    mv: cannot stat `uudeview': No such file or directory
    tar: clamav.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    mv: cannot stat `clamav': No such file or directory
    tar: aps.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    ./setup2: line 849: ispconfig_tmp/php/bin/php: No such file or directory
    ERROR: The PHP binary coming with ISPConfig does not work properly on your syste m! The installation routine stops here!

    What problem is it?
     
  2. finita

    finita New Member

    Here is the log file:

    Thu Nov 30 05:53:25 CET 2006 - [ISPConfig] - installation directory: /root/install_ispconfig
    Thu Nov 30 05:53:25 CET 2006 - [ISPConfig] - operating system: Debian testing/unstable.0
    Thu Nov 30 05:53:28 CET 2006 - [ISPConfig] - Neuinstallation eines ISPConfig-Systems. / Installation of a new ISPConfig syste
    m. / Installation d'ISPConfig sur un nouveau système.
    Thu Nov 30 05:53:29 CET 2006 - [ISPConfig] - selected language: en
    Thu Nov 30 05:53:31 CET 2006 - [ISPConfig] - installation note accepted
    Thu Nov 30 05:53:34 CET 2006 - [ISPConfig] - licence accepted
    Thu Nov 30 05:53:36 CET 2006 - [ISPConfig] - installation mode: standard
    Thu Nov 30 05:53:37 CET 2006 - [ISPConfig] - mail: postfix
    Thu Nov 30 05:53:37 CET 2006 - [ISPConfig] - dist_mail=postfix ##
    Thu Nov 30 05:53:37 CET 2006 - [ISPConfig] - dist_mail_log=/var/log/mail.log ##
    Thu Nov 30 05:53:37 CET 2006 - [ISPConfig] - dist_mail_virtusertable=/etc/postfix/virtusertable ##
    Thu Nov 30 05:53:37 CET 2006 - [ISPConfig] - dist_mail_local_host_names=/etc/postfix/local-host-names ##
    Thu Nov 30 05:53:38 CET 2006 - [ISPConfig] - ftp: proftpd
    Thu Nov 30 05:53:38 CET 2006 - [ISPConfig] - dist_ftp=proftpd ##
    Thu Nov 30 05:53:38 CET 2006 - [ISPConfig] - dist_ftp_conf=/etc/proftpd.conf ##
    Thu Nov 30 05:53:38 CET 2006 - [ISPConfig] - dist_ftp_version=standalone ##
    Thu Nov 30 05:53:38 CET 2006 - [ISPConfig] - dist_ftp_log=/var/log/xferlog ##
    Thu Nov 30 05:53:38 CET 2006 - [ISPConfig] - procmail found: /usr/bin/procmail
    Thu Nov 30 05:53:38 CET 2006 - [ISPConfig] - quota found: /usr/bin/quota
    Thu Nov 30 05:53:38 CET 2006 - [ISPConfig] - mysql found: /usr/bin/mysql
    Thu Nov 30 05:53:38 CET 2006 - [ISPConfig] - openssl found: /usr/bin/openssl
    Thu Nov 30 05:53:38 CET 2006 - [ISPConfig] - named found: /usr/sbin/named
    Thu Nov 30 05:53:38 CET 2006 - [ISPConfig] - iptables found: /sbin/iptables
    Thu Nov 30 05:53:38 CET 2006 - [ISPConfig] - httpd found: /usr/bin/httpd
    Thu Nov 30 05:53:38 CET 2006 - [ISPConfig] - httpd syntax ok!
    Thu Nov 30 05:53:38 CET 2006 - [ISPConfig] - dist_path_httpd_root=/var/www ##
    Thu Nov 30 05:53:38 CET 2006 - [ISPConfig] - gcc found: /usr/bin/gcc
    Thu Nov 30 05:53:38 CET 2006 - [ISPConfig] - make found: /usr/bin/make
    Thu Nov 30 05:53:38 CET 2006 - [ISPConfig] - flex found: /usr/bin/lex
    Thu Nov 30 05:53:43 CET 2006 - [ISPConfig] - Directory /var/www/sharedip created.
    Thu Nov 30 05:53:43 CET 2006 - [ISPConfig] - Use sharedip_index.html_en as SharedIP default page.
    Thu Nov 30 05:58:39 CET 2006 - [ISPConfig] - WARNING: could not unpack ISPConfig system
    Thu Nov 30 05:58:39 CET 2006 - [ISPConfig] - ERROR: The PHP binary coming with ISPConfig does not work properly on your syste
    m! The installation routine stops here!
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    Please make sure that your mysql is configured to listen on tcp sockets. You can check that with the command:

    netstat -tap

    also make sure that you have the mysql dev package from your linux distribution installed.
     
  4. finita

    finita New Member

    Wowww!!!

    Thanks very very much!!!
    I installed mysql dev and just set up.
     

Share This Page