compile error ubuntu - following perfect setup

Discussion in 'Installation/Configuration' started by dkrysak, Nov 24, 2006.

  1. dkrysak

    dkrysak New Member

    Hi there - I followed the Ubuntu perfect setup for 6.06 server. The only difference is that my machine is PPC based.

    At any rate I went through the install and config, and then was starting the ISPconfig install.

    Now for some reason, my compile is ending with errors.

    My errors seem to come from an issue of compiling PHP. I have all of the compilers installed, and followed the perfect recipe.

    Can anyone see anything that I am missing? It seems there is a gcc error. Anyone seen these before? Am I missing something to install?

    here is the tail of the ./setup script when it errors out...



    checking for c++... no
    checking for g++... no
    checking for gcc... gcc
    checking whether the C++ compiler (gcc ) works... no
    configure: error: installation or configuration problem: C++ compiler cannot create executables.
    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 system! The installation routine stops here!
     
  2. mrmagoo

    mrmagoo New Member

    I have same problem

    This is my solution
    sudo apt-get install build-essential
     
  3. dkrysak

    dkrysak New Member

    Well that seems to have solved that issue!

    Thanks! :)

    Just going through the rest of the compile.

    Will report later if there are further issues.
     

Share This Page