编译lighttpd遇到错误 error: possibly undefined macro: dnl
编译lighttpd时,执行./configure前需要先执行脚本./autogen.sh,此时报错:error: possibly undefined macro: dnl。
这时候只需要执行一下: export ACLOCAL_PATH=/usr/share/aclocal,然后执行./autogen.sh,就不会报错了。
编译lighttpd时,执行./configure前需要先执行脚本./autogen.sh,此时报错:error: possibly undefined macro: dnl。
这时候只需要执行一下: export ACLOCAL_PATH=/usr/share/aclocal,然后执行./autogen.sh,就不会报错了。