"); //-->
在集群上面安装软件,./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
*博客内容为网友个人发布,仅代表博主个人观点,如有侵权请联系工作人员删除。