mwget 的安装

安装mwget

官方地址:http://sourceforge.net/projects/kmphpfm/?source=dlp

# cd /usr/local/src/
# wget http://jaist.dl.sourceforge.net/project/kmphpfm/mwget/0.1/mwget_0.1.0.orig.tar.bz2

 tar -jxvf mwget_0.1.0.orig.tar.bz2
# cd mwget_0.1.0.orig
# ./configure
# make
# make install

完毕:)~

 

安装过程遇到的问题如下:

其它工具安装:

yum install bzip2

bzip2 -d mwget_0.1.0.orig.tar.bz2

tar -xf mwget_0.1.0.orig.tar

 

./configure 配置文件时出错checking for g++... no

checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no

缺少C++编译器    
#yum install gcc-c++

 

 

checking for SSL... no
configure: error: Package requirements (openssl) were not met:


No package 'openssl' found


解决方法:
[root@localhost pkgconfig]# yum list|grep openssl
openssl.x86_64                             1:1.0.1e-42.el7.9           @anaconda
openssl-libs.x86_64                        1:1.0.1e-42.el7.9           @anaconda
apr-util-openssl.x86_64                    1.5.2-6.el7                 base     
openssl.x86_64                             1:1.0.1e-51.el7_2.5         updates  
openssl-devel.i686                         1:1.0.1e-51.el7_2.5         updates  
openssl-devel.x86_64                       1:1.0.1e-51.el7_2.5         updates    =======》这个就是我的系统需要安装的包
openssl-libs.i686                          1:1.0.1e-51.el7_2.5         updates  
openssl-libs.x86_64                        1:1.0.1e-51.el7_2.5         updates  
openssl-perl.x86_64                        1:1.0.1e-51.el7_2.5         updates  
openssl-static.i686                        1:1.0.1e-51.el7_2.5         updates  
openssl-static.x86_64                      1:1.0.1e-51.el7_2.5         updates  
openssl098e.i686                           0.9.8e-29.el7.centos.3      updates  
openssl098e.x86_64                         0.9.8e-29.el7.centos.3      updates  
xmlsec1-openssl.i686                       1.2.20-5.el7                base     
xmlsec1-openssl.x86_64                     1.2.20-5.el7                base     
xmlsec1-openssl-devel.i686                 1.2.20-5.el7                base     
xmlsec1-openssl-devel.x86_64               1.2.20-5.el7                base     


yum install openssl-devel.x86_64

 

checking for intltool >= 0.35.0... ./configure: line 6824: intltool-update: command not found
 found
configure: error: Your intltool is too old.  You need intltool 0.35.0 or later.

# yum install intltool

 

posted on 2018-07-17 17:11  ericdad  阅读(704)  评论(0编辑  收藏  举报

导航