Home > other >  Build Cloud Foundry Server installation vagrant - berkshelf failure
Build Cloud Foundry Server installation vagrant - berkshelf failure

Time:10-06

This two days in trying to build a Cloud Foundry Server, with the method of vagrant, but when I install the vagrant - berkshelf, installation is not successful, always in the compile. The log file is shown in the following error message, and if someone has experience, please instruct me how to solve this problem, thank you!

Vagrant is installed version 1.2.2, the operating system for Ubuntu 12.10

./libs/libxml2. So: undefined reference to ` inflateEnd '
../libs/libxml2. So: undefined reference to ` gzopen64 '
../libs/libxml2. So: undefined reference to ` gzdirect '
../libs/libxml2. So: undefined reference to ` gzclose '
../libs/libxml2. So: undefined reference to ` deflate '
../libs/libxml2. So: undefined reference to ` inflateInit2_ '
../libs/libxml2. So: undefined reference to ` inflate '
../libs/libxml2. So: undefined reference to ` gzwrite '
../libs/libxml2. So: undefined reference to ` crc32 '
../libs/libxml2. So: undefined reference to ` deflateEnd '
../libs/libxml2. So: undefined reference to ` gzdopen '
../libs/libxml2. So: undefined reference to ` deflateInit2_ '
../libs/libxml2. So: undefined reference to ` gzread '
Collect2: error: ld returned 1 exit status
Make [2] : * * * [xmllint] Error 1
  • Related