Installation not complete

Discussion in 'Installation/Configuration' started by simo.borgo, Oct 6, 2007.

  1. simo.borgo

    simo.borgo New Member

    Hi at all,
    i'm installing ISPConfig 2.2.17, on Suse 10.0, follow the ":rolleyes: ISP Server tutorial" but i have a problem.
    Under there is the step hwere the installation routine stop.
    How can i resolve this?
    I install Mysql correctly, it's work.
    Thanks a lot

    Simone


    ERROR REPORT
    ----------------------------------------------------------------------
    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 873: ispconfig_tmp/php/bin/php: No such file or directory
    ERROR: The PHP binary coming with ISPConfig does not work properly on your system! The installation routine stops here!
    ----------------------------------------------------------------------------------
     
  2. Buzzen

    Buzzen New Member

    Is that all of the error log?
     
    Last edited: Oct 7, 2007
  3. falko

    falko Super Moderator ISPConfig Developer

    You must install the mysql-devel package:
    Code:
    yast -i mysql-devel
     

Share This Page