新闻  |   论坛  |   博客  |   在线研讨会
configure时,Cannot find install-sh, install.sh, or shtool in ac-aux解决办法
电子禅石 | 2021-05-08 19:24:01    阅读:4807   发布文章

在集群上面安装软件,./configure报错如下:
Cannot find install-sh, install.sh, or shtool in ac-aux
解决方法:
执行如下操作
(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

*博客内容为网友个人发布,仅代表博主个人观点,如有侵权请联系工作人员删除。

参与讨论
登录后参与讨论
属于自己的技术积累分享,成为嵌入式系统研发高手。
推荐文章
最近访客