過程當中出現錯誤彙總: linux
checking for special libxml2 includes… configure: error: libxml2 config not found ui
解決方法: spa
sudo apt-get install libxml2-dev xml
configure: error: BZ2 Development headers not found ci
解決方法: get
sudo apt-get install libbz2-dev it
./.libs/libplumb.so: undefined reference to `uuid_clear’
./.libs/libplumb.so: undefined reference to `uuid_unparse’
./.libs/libplumb.so: undefined reference to `uuid_copy’
./.libs/libplumb.so: undefined reference to `uuid_compare’
./.libs/libplumb.so: undefined reference to `uuid_is_null’
./.libs/libplumb.so: undefined reference to `uuid_generate’
./.libs/libplumb.so: undefined reference to `uuid_parse’ 方法
解決方法: error
sudo apt-get install uuid-dev make
./configure –prefix=$PREFIX –with-daemon-user=${CLUSTER_USER} –with-daemon-group=${CLUSTER_GROUP} –enable-fatal-warnings=no LIBS=’/lib/x86_64-linux-gnu/libuuid.so.1′
a2x -f manpage hb_report.8.txt
make[2]: a2x: Command not found
解決方法:
sudo apt-get install asciidoc
configure: error: The libxslt developement headers were not found
解決方法:
sudo apt-get install libxslt1-dev