Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/r/69.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
R 建筑服务_R_Autoconf_Rserve - Fatal编程技术网

R 建筑服务

R 建筑服务,r,autoconf,rserve,R,Autoconf,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 whethe

我正试图建立一个服务

迄今采取的步骤:

$ 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

Rserve的开发者告诉我

$ sh mkdist
*facepalm*