PHP Binary error during SSL

Discussion in 'Installation/Configuration' started by haberg, Jul 21, 2007.

  1. haberg

    haberg New Member

    I get this error:

    Code:
    gcc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -march=pentium -                                     DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DSHA1_ASM                                      -DMD5_ASM -DRMD160_ASM -DAES_ASM   -c -o ca.o ca.c
    ca.c: In function âcertifyâ:
    ca.c:1540: internal compiler error: in get_expr_operands, at tree-ssa-operands.c:1330
    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-4.1/README.Bugs>.
    The bug is not reproducible, so it is likely a hardware or OS problem.
    make[1]: *** [ca.o] Error 1
    make[1]: Leaving directory `/tmp/install_ispconfig/compile_aps/openssl-0.9.8e/apps'
    make: *** [build_apps] Error 1
    ERROR: Could not make OpenSSL
    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 873: 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!
    
    Running on Ubuntu Feisty Fawn (7.04) (installed by following "The Perfect Setup...").

    Code:
    root@mercutio:/tmp/install_ispconfig# df -h
    Filesystem            Size  Used Avail Use% Mounted on
    /dev/hda1              12G  990M   11G   9% /
    varrun                189M   80K  189M   1% /var/run
    varlock               189M     0  189M   0% /var/lock
    procbususb            189M   64K  189M   1% /proc/bus/usb
    udev                  189M   64K  189M   1% /dev
    devshm                189M     0  189M   0% /dev/shm
    /dev/sda1              74G  180M   70G   1% /hosting
    
    Installing from /tmp/install_ispconfig

    Anyone have any ideas?

    /haberg
     
  2. haberg

    haberg New Member

    Probably resolved - getting compilation error at different places - probably hardware error... will try on another computer...

    /haberg
     

Share This Page