"s3_pkt.c:795" leads to "ERROR: The PHP binary coming with ISPConfig does not work"

Discussion in 'Installation/Configuration' started by xavier, Oct 8, 2006.

Thread Status:
Not open for further replies.
  1. xavier

    xavier New Member

    Hello All,

    I am a newbie with regard to ISPConfig. I am trying to install ISPConfig on a brand new Ubuntu install. The Ubuntu was installed following this EXCELLENT guide: "Perfect Setup - Ubuntu 6.06 LTS Server" and then I moved immediately on to installing ISPConfig.

    The only configurations I made outside the setup guide above were troubleshooting steps I found in this forum:

    "missing mysql header files"
    Code:
    #apt-get install libmysqlclient12-dev
    (installed ok, but ISPConfig still crashes, same error message)

    Also strange, when the install fails the "install_ispconfig" directory disappears (!!) so I can't delete it -- it's already gone. Any tips / tricks to keep the install going? Thanks in advance!

    HERE IS THE ERROR MESSAGE (I have highlighted in red where I suspect the error is detected)

    Code:
    gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -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 s3_pkt.o s3_pkt.c
    [COLOR="Red"]s3_pkt.c: In function ‘ssl3_read_bytes’:
    s3_pkt.c:795: internal compiler error: Segmentation fault[/COLOR]
    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.0/README.Bugs>.
    make[1]: *** [s3_pkt.o] Error 1
    make[1]: Leaving directory `/root/downloads/install_ispconfig/compile_aps/openssl-0.9.8b/ssl'
    make: *** [build_ssl] 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 816: ispconfig_tmp/php/bin/php: No such file or directory
    [COLOR="Red"]ERROR: The PHP binary coming with ISPConfig does not work properly on your system! The installation routine stops here![/COLOR]
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Thats correct and no error.

    This is most likely a hardware problem that occurs only under high load, e.g. when you compile a large packet like OpenSSL. Please check your hardware with e.g memcheck from the boot menu of the ubuntu install CD.
     
  3. xavier

    xavier New Member

    It was a memory problem

    I ran the memtest diagnostic CD and there were errors!

    Thank you very much for the quick response.
     
  4. xavier

    xavier New Member

    This has been resolved

    It was a hardware issue, thanks for your help.

    x
     
Thread Status:
Not open for further replies.

Share This Page