Install error on Opensuse 10.2 64 bit (SSL problem)

Discussion in 'Installation/Configuration' started by klaus++, Sep 23, 2007.

  1. klaus++

    klaus++ New Member HowtoForge Supporter

    Hello,
    apparently the ISPCpnfig installer does not manage to find the appropriate SSL libraries necessary to compile PHP. I tried to install the compatibility layer provided by the SSL dev package but I still get the error cited below.

    I also tried the proceedings described in http://www.howtoforge.com/forums/showthread.php?t=127 but I am lacking knowledge to find out which modification must be applied to the ISPConfig installer to resolve my particular problem.

    Do you have any hints which path to follow before ordering professional assistance by Falco :)? Thank you in advance,

    klaus++

    P.S. Here's the output of the ISPConfig installer

    Code:
    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 DSA_get_default_method in -lssl... yes
    checking for pkg-config... no
    configure: error: Cannot find OpenSSL's libraries
    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 873: ispconfig_tmp/php/bin/php: No such file or directory
    ERROR: Das mitgelieferte PHP-Binary funktioniert auf Ihrem System nicht! Die Installation bricht hier ab!
    server2:/tmp/install_ispconfig #
    
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please make sure that you have the openssl development files for 64bit and 32bit installed.
     
  3. klaus++

    klaus++ New Member HowtoForge Supporter

    Thank you, this solved the problem. I was not aware that it is necessary to install both openssl development files prior to ISPConfig installation.

     

Share This Page