configure時(shí),Cannot find install-sh, install.sh, or shtool in ac-aux解決辦法
在集群上面安裝軟件,./configure報(bào)錯(cuò)如下:
Cannot find install-sh, install.sh, or shtool in ac-aux
解決方法:
執(zhí)行如下操作
(Ubuntu)
sudo apt-get install automake autoconf libtool
./configure, make all, make install
或者,加
$ autoreconf -vif
$ ./configure --prefix=/usr/lib/erlang/lib
$ make
$ sudo make install
參照:
https://github.com/plashchynski/libdssl/issues/4
https://askubuntu.com/questions/27677/cannot-find-install-sh-install-sh-or-shtool-in-ac-aux
*博客內(nèi)容為網(wǎng)友個(gè)人發(fā)布,僅代表博主個(gè)人觀(guān)點(diǎn),如有侵權(quán)請(qǐng)聯(lián)系工作人員刪除。