make[2]: a2x: Command not found

过程中出现错误汇总:

checking for special libxml2 includes… configure: error: libxml2 config not found

解决方法:

sudo apt-get install libxml2-dev

configure: error: BZ2 Development headers not found

解决方法:

sudo apt-get install libbz2-dev

./.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’

解决方法:

sudo apt-get install uuid-dev

./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

你可能感兴趣的:(make[2]: a2x: Command not found)