ISPConfig help on Ubuntu - Installation Issues

Discussion in 'Installation/Configuration' started by ShawnHunt, Oct 28, 2006.

  1. ShawnHunt

    ShawnHunt New Member

    I get this error every time I try to install ISPConfig. I've tried to troubleshoot is myself, but to no avail. Any ideas or has anyone else had this same problem?

    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
    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!
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please install the libxml2 and libxml2-dev:

    apt-get install libxml2 libxml2-dev
     
  3. incgnito

    incgnito New Member

    Thanks

    Just thought I'd chime in and say thanks and this helped me out quite a bit! I had remembered to install libxml2 but not libxml2-dev (still getting used to Ubuntu--former Gentoo person!).

    Anyway, thanks again! :D
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    In gentoo you always have the sources of the packages installed, on Ubuntu and most other linux distributions, the sources where in the packages with -dev appended to the package name.
     

Share This Page