P1sec / pysctp

SCTP stack for Python
http://www.p1sec.com
161 stars 67 forks source link

pysctp needs libsctp-dev #4

Closed jeffsilverm closed 11 years ago

jeffsilverm commented 13 years ago

On Ubuntu 10.04. While running sudo python setup.py install I got an error message:

_sctp.c:11:26: error: netinet/sctp.h: No such file or directory

The problem is that the libsctp-dev package was not installed. Installing it fixed the problem.

sudo apt-get install libsctp-dev

philpraxis commented 11 years ago

Now you can use:

make installdeps

to automatically install dependencies