我正在尝试构建Rserve。
到目前为止的步骤:
$ git clone https://github.com/s-u/Rserve.git
$ cd Rserve
$ aclocal -I m4
$ autoconf
$ ./configure失败,错误为
[...]
checking for openssl/ssl.h... yes
checking for library containing SSL_CTX_load_verify_locations... -lssl
checking whether threads are desired... yes
checking for working threads support... configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.."将我的install-sh符号链接到目录后
$ ln -s /usr/share/automake-1.14/install-sh install-sh./配置模具
checking for working threads support... configure: error: cannot run /bin/bash ./config.sub发布于 2015-06-24 21:25:39
Rserve的开发人员告诉我
$ sh mkdist*facepalm*
https://stackoverflow.com/questions/31027199
复制相似问题