Perfect Setup SuSE 10.0 problem with ISPConfig

Discussion in 'Installation/Configuration' started by Hauphat, Jun 23, 2006.

  1. Hauphat

    Hauphat New Member

    Hello. I am new here and need some help with the install of ISPConfig. It seems to get near the end of compile (only as guess as it did a ton before it quit) and it errors out with a bunch of stuff I dont know how to fix. Any help would be appreciated. See below.

    checking for mcrypt support... no
    checking for mhash support... no
    checking whether to include mime_magic support... no
    checking for MING support... no
    checking for mSQL support... no
    checking for MSSQL support via FreeTDS... no
    checking for MySQL support... yes
    checking for specified location of the MySQL UNIX socket... no
    checking for MySQL UNIX socket location... no
    configure: error: Cannot find MySQL header files under /usr.
    Note that the MySQL client library is not bundled anymore!
    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 794: 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!


    Until this point, everything in the how-to worked perfectly so not sure why I am getting these errors. I am a newb so I might be easily confused /shrug .

    Thanks in advance
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Please make sure you installed mysql-devel. Please run
    Code:
    yast -i mysql mysql-client mysql-shared perl-DBD-mysql perl-DBI perl-Data-ShowTable mysql-devel
    again.
     
  3. Hauphat

    Hauphat New Member

    Thank Falko for you quick response. I tried this yesterday but went ahead and did it again. Now I get this:

    In file included from ../../include/openssl/crypto.h:139,
    from ../cryptlib.h:72,
    from p5_crpt2.c:60:
    ../../include/openssl/symhacks.h:59: internal compiler error: Segmentation fault

    Please submit a full bug report,
    with preprocessed source if appropriate.
    See <URL:http://www.suse.de/feedback> for instructions.
    make[2]: *** [p5_crpt2.o] Error 1
    make[2]: Leaving directory `/tmp/install_ispconfig/compile_aps/openssl-0.9.8a/crypto/evp'
    make[1]: *** [subdirs] Error 1
    make[1]: Leaving directory `/tmp/install_ispconfig/compile_aps/openssl-0.9.8a/crypto'
    make: *** [build_crypto] 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 794: 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!

    Unfortunately, bugzilla seems to be down so I cant post a bug report about it. Any ideas why this would happen?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Segmentation faults may also be caused by your hardware, e.g a RAM module. I have never seen this error in the OpenSSL version that comes with ISPConfig, so I guess it is not a general OpenSSL bug.
     
  5. Hauphat

    Hauphat New Member

    I figured as much :(
    Before I go out and spend money on new memory could this be cause by low memory or even another program/process that is running?
     
  6. falko

    falko Super Moderator Howtoforge Staff

Share This Page