P1sec / pysctp

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

Issue Ubuntu 14.04 kernel version 4.2.0-27-generic #22

Closed hanuma19 closed 6 years ago

hanuma19 commented 6 years ago

does pysctp support for following configuration? Ubuntu 14.04 kernel version 4.2.0-27-generic python 3.4.3

when I run "sudo python setup.py install --dry-run" I see following errors

error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

when I run "sudo ./test_local_cnx.py" I see following errors

ImportError: /home/hanuma/pysctp/pysctp/_sctp.so: undefined symbol: _Py_FalseStruct

can some body help me ?

p1-bmu commented 6 years ago

You have to install the required dependency first: libsctp-dev, python-dev or python3-dev...