onfigure: error: cannot find install-sh, install.sh, or shtool in

简介: onfigure: error: cannot find install-sh, install.sh, or shtool in

详细错误:


configure: error: cannot find install-sh, install.sh, or shtool in "/home/tsit/jna-5.8.0/native/libffi" "/home/tsit/jna-5.8.0/native/libffi/.." "/home/tsit/jna-5.8.0/native/libffi/../.."
make: *** [Makefile:511:../build/native/libffi/.libs/libffi.a] 错误 1

解决办法:

sudo apt-get install automake autoconf libtool
./configure, make all, make install
# 注意检查目录。比如编译libffi,会提示:
# autoreconf: 'configure.ac' or 'configure.in' is required
# 这个时候,进入libffi目录即可。
$ autoreconf -vif
$ ./configure --prefix=/usr/lib/erlang/lib
$ make
$ sudo make instal

目录
相关文章
|
6月前
|
Python
安装 supervisor报错执行python setup.py install时No local packages or working download links found for meld3
安装 supervisor报错执行python setup.py install时No local packages or working download links found for meld3
55 0
|
8月前
|
Python
yum 安装报错 File "/usr/bin/yum", line 30
yum 安装报错 File "/usr/bin/yum", line 30
173 0
|
Ubuntu
./autogen.sh: 5: ./autogen.sh: autoreconf: not found
./autogen.sh: 5: ./autogen.sh: autoreconf: not found
244 1
./autogen.sh: 3: gtkdocize: not found
./autogen.sh: 3: gtkdocize: not found
103 0
|
缓存 Linux 应用服务中间件
【在下版本,有何贵干?】Dockerfile中 RUN yum -y install vim失败Cannot prepare internal mirrorlist: No URLs in mirrorlist
【在下版本,有何贵干?】Dockerfile中 RUN yum -y install vim失败Cannot prepare internal mirrorlist: No URLs in mirrorlist
1068 0
【在下版本,有何贵干?】Dockerfile中 RUN yum -y install vim失败Cannot prepare internal mirrorlist: No URLs in mirrorlist
|
Ubuntu
WARNING: The scripts f2py, f2py3 and f2py3.9 are installed in ‘/home/ubuntu/.local/bin‘ which is no
WARNING: The scripts f2py, f2py3 and f2py3.9 are installed in ‘/home/ubuntu/.local/bin‘ which is no
612 0
WARNING: The scripts f2py, f2py3 and f2py3.9 are installed in ‘/home/ubuntu/.local/bin‘ which is no
onfigure: error: cannot find install-sh, install.sh, or shtool in
onfigure: error: cannot find install-sh, install.sh, or shtool in
449 0
|
Shell
-bash: wget: command not found 解决方法
-bash: wget: command not found 解决方法
2378 0
|
Linux
LINUX编译x265:make-Makefiles.bash: ccmake: not found
LINUX编译x265:make-Makefiles.bash: ccmake: not found
184 0