Installation of ISPConfig problem

Discussion in 'Installation/Configuration' started by mcroteau105, May 11, 2007.

  1. mcroteau105

    mcroteau105 New Member

    While installing ISPConfig, I ran into this error:

    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


    I used the article on howtoforge on how to install ISPConfig on Ubuntu6.06. I successfully went through all steps in that article... including the php section. Does anyone know what caused this? How can I fix this? Thanks in advance!

    Below is the screen shot for shell at error:


    [​IMG]
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    I guess you are trying to install a ISPConfig unstable version from the dev branch? The perfect setups are for the stable branch, thats why you get this error. You will have to install libxml2-dev to install the development versions:

    apt-get install libxml2-dev
     
  3. mcroteau105

    mcroteau105 New Member

    Thanks...

    Didnt realize that I had attempted to install the Unstable version. Re-installed the stable version and am at the final stages of the setup. Thank you
     

Share This Page