ISPConfig 2.2.8 Installation

Discussion in 'Installation/Configuration' started by rculley, Dec 9, 2006.

  1. rculley

    rculley New Member

    I'm trying to install ISPConfig 2.2.8 on a Fedora Core 6 X86-64 box. Fedora Core 6 has been installed according to "Installing a LAMP System with Fedora Core 6" and that all went fine.

    However, as soon as I tried to install ISPConfig (after ensuring GCC, flex etc. was installed) part way through the install process I got a string of error messages finishing with the following:

    -----

    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 849: 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've searched all over and tried different solutions but can't find anything that specifically applies to FC6. I've also tried version 2.2.7 with the same results. The PHP version installed on the box is 5.1.6.

    I'd really it if anyone could provide any assistance with this.


    Thanks,

    Richard
     
  2. rculley

    rculley New Member

    There's also an additional error from just above there:

    configure: error: libcrypto not found!
     
  3. rculley

    rculley New Member

    Sorted:

    yum install openssl-devel
     

Share This Page