Results 1 to 2 of 2
Hi!
I would like to run my SCTP program using sctplib implementation (sctp.de) instead of lksctp. I have installed sctplib with socketapilib and removed libsctp1, libsctp-dev, lksctp-tools. Unfortunately, when I ...
- 12-21-2009 #1Just Joined!
- Join Date
- Dec 2009
- Posts
- 1
[SOLVED] SCTP libraries
Hi!
I would like to run my SCTP program using sctplib implementation (sctp.de) instead of lksctp. I have installed sctplib with socketapilib and removed libsctp1, libsctp-dev, lksctp-tools. Unfortunately, when I try to run my program I get error:
I am using Ubuntu 9.10. What can I do to use sctplib implementation?\ERROR: Kernel SCTP seems to be available! You cannout use sctplib and kernel SCTP simultaneously!
- 12-22-2009 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
You would have to remove the kernel SCTP module, from what the error message is indicating. If it is a loadable module, then you can use modprobe to remove it. If it is built into the kernel, you might have to recompile and/or relink the kernel without it.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


