Upgrade to 2.2.8 problems

Discussion in 'Installation/Configuration' started by Net-Pet, Nov 29, 2006.

  1. Net-Pet

    Net-Pet New Member

    I have tried to upgrade to 2.2.8 on my ubunto and now it's brokken
    I have just done


    tar xvfz ISPConfig-2.2.8.tar.gz
    cd install_ispconfig
    ./setup

    So did a mistake with the certificate and tried again
    and just deleted the install_ispconfig and again

    tar xvfz ISPConfig-2.2.8.tar.gz
    cd install_ispconfig
    ./setup

    With the system installation, some system files are replaced where adjustments w ere made. This can lead to loss of entries in httpd.conf, named.conf as well as in the Sendmail configuration.

    If I say yes... it looks like it's beginning from the start all over again
    asking me about standard or expert installation etc.

    Something is wrong because it did not do this the first time...

    What can I do ?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please execute the command:

    and then run the setup again.

    Make sure you have a c++ compiler installed.
     
  3. Net-Pet

    Net-Pet New Member

    I tried to again - and for some reason it looks fine until it gets to this part



    the 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!
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Thats why I posted this above ;)

    Please install a c++ compiler. For debian, you install it with:

     
  5. Net-Pet

    Net-Pet New Member

    Yes it solved my problem :) lucky it was not lost... thanks
     

Share This Page