PHP Binary Error on Ubuntu 6.06 LTS after following "The Perfect Setup" Guide

Discussion in 'Installation/Configuration' started by BongoBob, Mar 6, 2007.

  1. BongoBob

    BongoBob New Member

    Hello everyone.

    I recently followed The Perfect Setup guide for Ubuntu 6.06 LTS, and unfortunately get this during install...

    Configuring extensions
    checking whether to enable LIBXML support... yes
    checking libxml2 install dir... no
    checking for xml2-config path...
    configure: error: xml2-config not found. Please check your libxml2 installation.
    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
    mv: cannot stat 'smapassassin': 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!

    Any help? I'm sure that I didn't miss anything on the guide.

    Thanks in advance :)
     
    Last edited: Mar 6, 2007
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The libxml2-dev package is missing.

    Which ISPConfig version do you install? The recommended ISPConfig release (2.2.10) does not need the libxml2 package, only the unstable branch which is currently not up to date needs it.
     
  3. BongoBob

    BongoBob New Member

    Apparently I'm using the unstable one. I must have accidentally downloaded it instead of the stable one. I'm going to go download the stable one and try it out.

    Thank you for the very rapid response to my simple stupid mistake :)
     
    Last edited: Mar 6, 2007

Share This Page