SuSE 10 install issues

Discussion in 'Installation/Configuration' started by Moif, Feb 7, 2006.

  1. Moif

    Moif New Member

    Hi Guys, am in the process of trying to install ISPConfig and have received this error, any ideas? I've searched around here but nothing seems to fix my problem. Thanks!

    Code:
    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 771: 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. wwparrish

    wwparrish New Member

    You might want to wait for an opinion from Falko or Till who are the experts here but my guess is that you missed this (below) in the How-to.. your error msgs are basicly saying mySQL is not on your system. The following, from the how to, should do it, btw I installed on suse 10.0 just the other day and didnt get anything like that. From page 4 of the how to.


    btw the yast command is all one long line ending with "mysql-devel"

    MySQL

    yast -i mysql mysql-client mysql-shared perl-DBD-mysql perl-DBI perl-Data-ShowTable mysql-devel

    then run the following two commands:

    chkconfig --add mysql
    /etc/init.d/mysql start

    then do a netstat -tap

    you should see a line that looks something like this.
    tcp 0 0 *:mysql *:*



    anyway thats my best quess.
     
  3. Moif

    Moif New Member

    Hi,

    I can confirm that mySQL is installed. I was playing about with that earlier today :) I've installed mysql-devel-4.1.13-3.i586.rpm and am trying again.

    Wish me luck.

    ps

    Code:
    tcp        0      0 *:mysql                 *:*                     LISTEN      4422/mysqld
     
    Last edited: Feb 7, 2006
  4. Moif

    Moif New Member

    Fantastic, so far so good.

    btw anyone who happens across this topic after a search, this page is invaluable:

    http://rpm.pbone.net/

    Thanks!
     

Share This Page