The PHP binary coming with ISPConfig does not work properly on your system!

Discussion in 'Installation/Configuration' started by KalishNikova, Nov 4, 2007.

  1. KalishNikova

    KalishNikova New Member

    Ok, after much searching with google, reading through the forum here, and using the search option and I can't find anyone thats had this problem (though I may be blind, i've been at this for about 6 hours now)

    Heres the error I'm recieving:

    ERROR: Could not make OpenSSL
    cd: could not get current directory: getcwd: cannot access parent directories: No such file or directory
    cd: could not get current directory: getcwd: cannot access parent directories: No such file or directory
    job-working-directory: could not get 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'job-working-directory: could not get current directory: getcwd: cannot access parent directories: No such file or directory
    : No such file or directory
    mv: cannot stat `binaries/uudeview.tar.gz': No such file or directory
    job-working-directory: could not get current directory: getcwd: cannot access parent directories: No such file or directory
    mv: cannot stat `binaries/clamav.tar.gz'job-working-directory: could not get current directory: getcwd: cannot access parent directories: No such file or directory
    : No such file or directory
    mv: cannot stat `binaries/cronolog'job-working-directory: could not get current directory: getcwd: cannot access parent directories: No such file or directory
    : No such file or directory
    job-working-directory: could not get current directory: getcwd: cannot access parent directories: No such file or directory
    mv: cannot stat `binaries/cronosplit': No such file or directory
    job-working-directory: could not get current directory: getcwd: cannot access parent directories: 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
    job-working-directory: could not get current directory: getcwd: cannot access parent directories: No such file or directory
    mv: cannot stat `binaries/unzip': No such file or directory
    job-working-directory: could not get current directory: getcwd: cannot access parent directories: No such file or directory
    job-working-directory: could not get current directory: getcwd: cannot access parent directories: 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'job-working-directory: could not get current directory: getcwd: cannot access parent directories: No such file or directory
    : No such file or directory
    job-working-directory: could not get current directory: getcwd: cannot access parent directories: 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
    job-working-directory: could not get current directory: getcwd: cannot access parent directories: No such file or directory
    mv: cannot stat `uudeview': No such file or directory
    job-working-directory: could not get current directory: getcwd: cannot access parent directories: 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
    job-working-directory: could not get current directory: getcwd: cannot access parent directories: No such file or directory
    tar: aps.tar.gz: Cannot openjob-working-directory: could not get current directory: getcwd: cannot access parent directories: No such file or directory
    : 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
    job-working-directory: could not get current directory: getcwd: cannot access parent directories: No such file or directory
    ERROR: The PHP binary coming with ISPConfig does not work properly on your system! The installation routine stops here!
    job-working-directory: could not get current directory: getcwd: cannot access parent directories: No such file or directory
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Which error was displayed before the line "ERROR: Could not make OpenSSL"? All other errors that you posted above are caused by the error that appeared before the line.

    Also, which linux distribution do you use and is this a 32Bit or 64Bit distribution and kernel?
     
  3. KalishNikova

    KalishNikova New Member

    Debian 3.1, 32bit

    ofb64ede.c: In function `DES_ede3_ofb64_encrypt':
    ofb64ede.c:111: internal compiler error: Segmentation fault
    Please submit a full bug report,
    with preprocessed source if appropriate.
    See <URL:http://gcc.gnu.org/bugs.html> for instructions.
    For Debian GNU/Linux specific bug reporting instructions, see
    <URL:file:///usr/share/doc/gcc-3.3/README.Bugs>.
    make[2]: *** [ofb64ede.o] Error 1
    make[2]: Leaving directory `/home/mjfletcher/install_ispconfig/compile_aps/openssl-0.9.7m/crypto/des'
    make[1]: *** [subdirs] Error 1
    make[1]: Leaving directory `/home/mjfletcher/install_ispconfig/compile_aps/openssl-0.9.7m/crypto'
    make: *** [sub_all] Error 1
    ERROR: Could not make OpenSSL
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Segmentation faults during compilation are caused by hardware problems in most cases. Please run e.g. the memcheck program to test your server. You can find memcheck as start option on the boot CD of most linux distributions.
     
  5. KalishNikova

    KalishNikova New Member

    Memcheck run, no errors found. Any idea what else might be causing it?
     
  6. ggarcia24

    ggarcia24 New Member

    Hi, i'm new to this system and i'm trying to installit in a Debian 4.0

    I've followed the howtoforge manual: "The Perfect Setup - Debian Etch (Debian 4.0)" on a Debian etch netinst r1 getting the same problem...

    But if i see the logs (/var/log/ispconfig_install.log) ther is a warning first that says and quote:

     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    Hi ggarcia, you most likely dont have the same problem as KalishNikova. Please post the exact error messages that occured during compilation on the screen, these error messages are not logged to the install log. The error message that you posted is a general error message that is logged for on all failed installations and does not describe the problem that caused the failure.

    Please make a new thread for your problem.

    At www.ispconfig.org
     

Share This Page