在 Linux 系統(tǒng)以源代碼形式編譯安裝軟件時(shí),執(zhí)行 ./autogen.sh 命令提示 autoconf 不存在,異常信息如下:
./autogen.sh: line 14: aclocal: command not found ./autogen.sh: line 15: autoheader: command not found ./autogen.sh: line 16: autoconf: command not found
出行上述異常,是由于我們得系統(tǒng)沒(méi)有安裝相應(yīng)的 automake 套件所致。安裝命令如下:
yum install -y automake autoconf yum install -y libtool autoreconf -ivf
執(zhí)行以上命令行,可以解決問(wèn)題。
(責(zé)任編輯:admin)本文地址:http://m.bmm520.net/info/LinuxServer/2022/0527/23328.html