由于学习涉及到gSOAP,故简易留下gSOAP的安装过程。gSOAP是个好东西,它可能很好装,可能也很难装,取决于你的系统已经安装了什么开发包。我是在Fedora 14上安装的gSOAP,从http://gsoap2.sourceforge.net/下载版本Download gSOAP 2.8.3 stable (11.4 MB),安装gsSOAP,你需要先安装openssl-devel(yum install openssl-devel),byacc-devel(yum install yacc),bison-devel(yum install bison-devel)等开发包,如果你不知道你是否已经安装了,请用rpm -qa命令来查询(仅针对使用rpm包安装的),例如,命令: rpm -qa | grep openssl 将查询出与openssl相关的rpm包安装信息。当你make的时候,在最后即将结束时,遇到 /usr/bin/ld: cannot find -ly 错误的话,请安装 bison-devel 开发包。然后安装gSOAP(root用户执行)。cd gsoap-2.8./configure -prefix=/usr/local/gsoapmakemake install
出现上述图片则说明安装成功。Fedora 15系统安装优化一例Windows 7安装Fedora双系统相关资讯 Fedora教程 Fedora 14 gSOAP
- Fedora安装之rpmfusion:获取 GPG (03/02/2014 12:57:18)
- Win7下安装Fedora 17注意点 (10/07/2012 20:47:42)
- 编译自己功能定制的Fedora 7内核 (09/12/2012 09:31:23)
| - Fedora如何设置启动默认进入文本模 (04/06/2013 08:23:46)
- Windows 7 + Fedora 17 双系统 硬 (10/07/2012 18:43:52)
- Fedora下adsl共享上网 (09/11/2012 08:11:46)
|
本文评论 查看全部评论 (0)