当前位置: 技术问答>linux和unix
Linux vps上安装软件都搞不定,丧气求救阿
来源: 互联网 发布时间:2017-04-27
本文导语: 近日,准备安装一个全文索引引擎,看好了Coreseek,于是在VPS上捣鼓,几日baidu/gg下来终未成功,还是求教格外行内人士了。 据这里说:http://www.coreseek.cn/products-install/install_on_bsd_linux/ #依赖环境建议版本:(源码升级...
近日,准备安装一个全文索引引擎,看好了Coreseek,于是在VPS上捣鼓,几日baidu/gg下来终未成功,还是求教格外行内人士了。
据这里说:http://www.coreseek.cn/products-install/install_on_bsd_linux/
#依赖环境建议版本:(源码升级可参考设置环境,升级/安装系统基础依赖包)
于是在VPS上面命令看:
发现我的版本不是太低了就是太高了。于是想下载相应的版本安装
出错了!
[root@localhost m4-1.4.13]# make && make install
cd . && /bin/sh /usr/local/tmp/m4-1.4.13/build-aux/missing --run automake-1.9 --gnu --silent-rules
automake-1.9: unrecognized option `--silent-rules'
automake-1.9: Try `/usr/bin/automake-1.9 --help' for more information.
make: *** [Makefile.in]
不是懂linux 真是搞不懂他们之间的依赖关系,请教一下高手
据这里说:http://www.coreseek.cn/products-install/install_on_bsd_linux/
#依赖环境建议版本:(源码升级可参考设置环境,升级/安装系统基础依赖包)
m4 >= 1.4.13
autoconf >= 2.65
automake >= 1.11
libtool >= 2.2.6b
于是在VPS上面命令看:
[root@localhost ~]# rpm -qa |grep m4
m4-1.4.5-3.el5.1
[root@localhost ~]# rpm -qa |grep autoconf
autoconf-2.59-12
[root@localhost ~]# rpm -qa |grep automake
automake-1.9.6-2.3.el5
[root@localhost ~]# rpm -qa |grep libtool
libtool-ltdl-1.5.22-7.el5_4
libtool-1.5.22-7.el5_4
发现我的版本不是太低了就是太高了。于是想下载相应的版本安装
wget http://mirrors.kernel.org/gnu/m4/m4-1.4.13.tar.gz
tar -xzvf m4-1.4.13.tar.gz
cd m4-1.4.13
./configure --prefix=/usr/local
make && make install
出错了!
[root@localhost m4-1.4.13]# make && make install
cd . && /bin/sh /usr/local/tmp/m4-1.4.13/build-aux/missing --run automake-1.9 --gnu --silent-rules
automake-1.9: unrecognized option `--silent-rules'
automake-1.9: Try `/usr/bin/automake-1.9 --help' for more information.
make: *** [Makefile.in]
不是懂linux 真是搞不懂他们之间的依赖关系,请教一下高手
|
吧automake-1.9安装以下就好了。
http://ftp.gnu.org/gnu/automake/automake-1.9.6.tar.bz2
下载完了,解压,直接configure后make install
http://ftp.gnu.org/gnu/automake/automake-1.9.6.tar.bz2
下载完了,解压,直接configure后make install