Open Cyotoe opened 3 years ago
sudo apt-get install libpcap-dev
Dont work!
sudo apt-get install libpcap-dev
sudo python setup.py install
running install
running build
running build_py
running build_ext
building 'cpyrit._cpyrit_cpu' extension
arm-linux-gnueabihf-gcc -pthread -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -ffile-prefix-map=/build/python2.7-jQhGoO/python2.7-2.7.18=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c cpyrit/_cpyrit_cpu.c -o build/temp.linux-armv7l-2.7/cpyrit/_cpyrit_cpu.o -Wall -fno-strict-aliasing -DVERSION="0.5.1"
cpyrit/_cpyrit_cpu.c:32:10: fatal error: Python.h: No such file or directory
32 | #include <Python.h>
| ^~~~~~~~~~
compilation terminated.
error: command 'arm-linux-gnueabihf-gcc' failed with exit status 1
same error while installing it
@mrfoxie install package python2-dev
@kpartho use python2.
python2 or libcap doesn't work for me
python2 or libcap doesn't work for me
You can't build successfully this because it's need older version of openssl.
sudo apt-get install libpcap0.8-dev
that worked for me
python2 or libcap doesn't work for me
You can't build successfully this because it's need older version of openssl.
I am using OpenSSL 3.0.2 on Mint and it's working for me
i tried with python python2 python 2.7 as suggested neither worked