:安装subversion时候出现 "configure failed for serf"
求救:安装subversion时候出现 "configure failed for serf"
操作系统版本: CentOS
我下载的版本是:
http://subversion.tigris.org/downloads/subversion-1.6.12.tar.gz
http://subversion.tigris.org/downloads/subversion-deps-1.6.12.tar.gz
先将subversion-1.6.12.tar.gz文件解压并放到/usr/local/下面, 然后改名为subversion.
然后将deps文件解压后的几个文件也放到那个文件夹(subversion)里面.
接下来, 我开始执行:
./configure --prefix=/usr/local/subversion
接着错误出现了:
... ...
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking openssl/opensslv.h usability... no
checking openssl/opensslv.h presence... no
checking for openssl/opensslv.h... no
configure: error: We require OpenSSL; try --with-openssl
configure failed for serf
网上查了很久, 一直没找到解决方案.
Note:
看到有朋友讲, 用yum install httpd subversion 安装.
但是, 我执行这个命令后, 不知道该做什么了. 文件好像也没多.
刚接触Linux不久, 希望各位大侠帮帮. 非常非常感谢!
------最佳解决方案--------------------
checking for openssl/opensslv.h... no
configure: error: We require OpenSSL; try --with-openssl
--------------------
看样子是需要openssl 可是你的系统里没有安装
yum install httpd subversion
这个东西执行之后如果没报错的话 会问你是否按照 你输入yes 需要的东西就都装好了 当然包括subversion 剩下的就是配置问题了
请仔细参照下面的教程
http://shellfish.javaeye.com/blog/358765
------其他解决方案--------------------
好的...我试试, 谢谢..
------其他解决方案--------------------
非常感谢, 问题解决了.
------其他解决方案--------------------
怎么看不成一楼的回答啊?
------其他解决方案--------------------
------其他解决方案--------------------
I also meet same issue, help!!
操作系统版本: CentOS
我下载的版本是:
http://subversion.tigris.org/downloads/subversion-1.6.12.tar.gz
http://subversion.tigris.org/downloads/subversion-deps-1.6.12.tar.gz
先将subversion-1.6.12.tar.gz文件解压并放到/usr/local/下面, 然后改名为subversion.
然后将deps文件解压后的几个文件也放到那个文件夹(subversion)里面.
接下来, 我开始执行:
./configure --prefix=/usr/local/subversion
接着错误出现了:
... ...
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking openssl/opensslv.h usability... no
checking openssl/opensslv.h presence... no
checking for openssl/opensslv.h... no
configure: error: We require OpenSSL; try --with-openssl
configure failed for serf
网上查了很久, 一直没找到解决方案.
Note:
看到有朋友讲, 用yum install httpd subversion 安装.
但是, 我执行这个命令后, 不知道该做什么了. 文件好像也没多.
刚接触Linux不久, 希望各位大侠帮帮. 非常非常感谢!
------最佳解决方案--------------------
checking for openssl/opensslv.h... no
configure: error: We require OpenSSL; try --with-openssl
--------------------
看样子是需要openssl 可是你的系统里没有安装
yum install httpd subversion
这个东西执行之后如果没报错的话 会问你是否按照 你输入yes 需要的东西就都装好了 当然包括subversion 剩下的就是配置问题了
请仔细参照下面的教程
http://shellfish.javaeye.com/blog/358765
------其他解决方案--------------------
好的...我试试, 谢谢..
------其他解决方案--------------------
非常感谢, 问题解决了.
------其他解决方案--------------------
怎么看不成一楼的回答啊?
------其他解决方案--------------------
------其他解决方案--------------------
I also meet same issue, help!!