Installing 2.2.1 and stopped with errors

Discussion in 'Installation/Configuration' started by djtremors, Apr 24, 2006.

  1. djtremors

    djtremors New Member

    Hi all,

    I was hoping to get it first go but alas no way.

    I'm running on Fedora Core 5 and it appears to have died trying to congifure possibly PHP with MySQL support but php 5 doesn't come with mysql support built in anymore so it dies. Anyone got this?

    Code:
    checking for MING support... no
    checking for msession support... no
    checking for mSQL support... no
    checking for MSSQL support via FreeTDS... no
    checking for MySQL support... yes
    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 794: 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. frbnet

    frbnet New Member

    I got the same problem here:mad:
     
  3. falko

    falko Super Moderator Howtoforge Staff

  4. djtremors

    djtremors New Member

    Well thats interesting. I had mysql on there before as I also had phpmyadmin working fine. It appears that mysql-devel was missing and now it compiling. waiting for next failure now ;)

    To save people 20 minutes of waiting for this to compile, can you add a prerequisite test to make sure all standard requirements are available? I know there's alot of distros to cover but we know there's standard package managers between them all. ie rpm,yum,deb etc... that would enough to cover most.
    Even if you can check some simple things that may be enough to tell people know what they've missed...
    (my 2 cents + GST ;) )


    PS: This looks to be a nice open version of hosting services. Hopefully I'll be able to catch up soon and understand it's structure then contribute to the community :D I've used cpanel, plesk, virtualmin and know the goods and bads of all of them as I've put them all to the crunch and upset with them all due to lack of feature here and there.
     
    Last edited: Apr 25, 2006
  5. mr.tank

    mr.tank New Member

    i have to a problem like this on fedora core 5 but is not the same problem..

    here is the code:

    thanks for helping me and sorry for bad english :)
     
  6. falko

    falko Super Moderator Howtoforge Staff

    Your system time is wrong. Please correct it and try again.
     
  7. mr.tank

    mr.tank New Member

    o my god... what a shame... :) i hate my biosbatterie.... thanks :)

    but the storry goes on....

    it is installing for over 20min and stops whit:

     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    A perl module is missing. You can install the missing perl module with:

    Then unpack ISPConfig again and run the setup script.
     
  9. Samatttv

    Samatttv New Member

    Hate to add to the issues here, but I'm stuck at a similar problem.

    After doing a Perfect Install of Fedora 4, when I try to setup ISPConfig, I run into this:
    Thanks for any help.
     
  10. till

    till Super Moderator Staff Member ISPConfig Developer

    You dont have the GCC compiler installed on your server.

    Install the packages:

    gcc, flex and bison
     

Share This Page