2.2.9 install failed -suse 10.2

Discussion in 'Installation/Configuration' started by billeboy, Jan 29, 2007.

  1. billeboy

    billeboy New Member

    My knowledge of Linux isn't very good, but
    I followed The Perfect Setup - suse 10.2 perfectly

    install seemed to run successfully up to this point:

    Configuring extensions
    checking whether to enable LIBXML support... no
    checking libxml2 install dir... no
    checking for OpenSSL support... yes
    checking for Kerberos support... no
    checking for pkg-config... /usr/bin/pkg-config
    configure: error: Cannot find OpenSSL's <evp.h>
    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 860: 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!

    I don't know where to start troubleshooting this error...
    Thanks for any suggestions.
     
  2. martinfst

    martinfst Member Moderator

    You failed on a prerequisite:
    You need to install the OpenSSL dev package. Sorry, I'm no Suse user, so can't tell you how to install a package. HTH anyway
     
  3. jnsc

    jnsc rotaredoM Moderator

  4. billeboy

    billeboy New Member

    Martinfst: You were correct. I added openSSl-dev package; reran the standard install flawlessly. Thanks!

    jnsc: I followed The perfect setup, which helped tremendously. Under step 9 of the set up, the openssl package is specified, but openssl-dev is missing. You may want to update the How-to to make it perfect!
     
  5. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    uname -m
    ? The tutorial was written for the 32bit version of OpenSuSE 10.2.
     

Share This Page