Closed hanuma19 closed 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 ?
You have to install the required dependency first: libsctp-dev, python-dev or python3-dev...
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 ?