1

私は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
4

1 に答える 1

1

Rserveの開発者は私に言った

$ sh mkdist

*facepalm*

于 2015-06-24T13:25:38.710 に答える