当前位置: 技术问答>linux和unix
安装subversion遇到的些问题
来源: 互联网 发布时间:2017-01-15
本文导语: ./configure --prefix=/usr/subversion --with-ssl命令报错如下: configure: zlib header not found checking whether to enable ACL support in neon... yes checking for pkg-config... /usr/bin/pkg-config checking for openssl pkg-config data... no checking for...
./configure --prefix=/usr/subversion --with-ssl命令报错如下:
configure: zlib header not found
checking whether to enable ACL support in neon... yes
checking for pkg-config... /usr/bin/pkg-config
checking for openssl pkg-config data... no
checking for library containing RSA_new... not found
configure: error: could not find library containing RSA_new
configure failed for neon
网上有的帖子提示说需要安装openssl openssl-devel libssl-dev等文件
yum install openssl-devel 报错如下
Transaction Check Error:
file /etc/krb5.conf from install of krb5-libs-1.6.1-55.el5_6.1 conflicts with file from package krb5-libs-1.5-17
file /usr/kerberos/man/man5/krb5.conf.5.gz from install of krb5-libs-1.6.1-55.el5_6.1 conflicts with file from package krb5-workstation-1.5-17
Error Summary
-------------
联系方式QQ465089135,白天全天在线。
configure: zlib header not found
checking whether to enable ACL support in neon... yes
checking for pkg-config... /usr/bin/pkg-config
checking for openssl pkg-config data... no
checking for library containing RSA_new... not found
configure: error: could not find library containing RSA_new
configure failed for neon
网上有的帖子提示说需要安装openssl openssl-devel libssl-dev等文件
yum install openssl-devel 报错如下
Transaction Check Error:
file /etc/krb5.conf from install of krb5-libs-1.6.1-55.el5_6.1 conflicts with file from package krb5-libs-1.5-17
file /usr/kerberos/man/man5/krb5.conf.5.gz from install of krb5-libs-1.6.1-55.el5_6.1 conflicts with file from package krb5-workstation-1.5-17
Error Summary
-------------
联系方式QQ465089135,白天全天在线。
|
请安装zlib开发库
|
咋不yum install subversion呢
|
建议用yum等方式安装,如果自己编译的话需要把依赖的库都要装好。