概述
在http://sourceforge.net/projects/lksctp/files/ 网站上下载最新版本 lksctp-tools-1.0.13.tar.gz (当时最新的)
解压该包,查看INSTALL 文件,里面有安装方法:
1) Download and install the following binary RPMs from the lksctp sourceforge
website at
http://sourceforge.net/project/showfiles.php?group_id=26529
* lksctp-tools-x.y.z-1.i386.rpm
* lksctp-tools-x.y.z-devel-1.i386.rpm
* lksctp-tools-x.y.z-doc-1.i386.rpm
lksctp-tools-x.y.z-1.i386.rpm includes
* SCTP run-time library.
* Sample SCTP applications: sctp_darn and sctp_test.
* withsctp: a tool when used with existing TCP binaries replaces TCP
with SCTP.
lksctp-tools-x.y.z-devel-1.i386.rpm includes
* SCTP header file /usr/include/netinet/sctp.h
* SCTP man pages.
* Source code for sample SCTP applications.
lksctp-tools-x.y.z-doc-1.i386.rpm includes
* SCTP RFC's and internet drafts.
If you want to run and play with the included sample SCTP applications or
develop your own SCTP applications, you can skip the rest of the
instructions.
.................................
另一个方法很简单:
用yum 工具
yum list lksctp* #查看相关的可用包
lksctp-tools.i686 1.0.10-5.el6 @base
lksctp-tools-devel.i686 1.0.10-5.el6 @base
lksctp-tools-doc.i686
用yum install 把它们都安装上,即可
还有一个方法:编译源码
首先解压源码:
#tar -xf lksctp-tools-1.0.13.tar.gz
运行 ./bootstrap
运行 ./configure
此时生成makefie文件
呵呵呵,接下来就知道了怎么做了吧(make工具)
偶尔看到的一个资源网站----天津大学开源软件镜像,在此分享一下:
http://mirror.tju.edu.cn/centos/
参考:http://www.sctp.org/
最后
以上就是虚拟龙猫为你收集整理的在centos上安装lksctp .的全部内容,希望文章能够帮你解决在centos上安装lksctp .所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复