Ich versuche mitproxy auf meine EC2 Linux-Instanz zu installieren pip mit:Ausgabe Installation mitmproxy mit Pip auf Amazon EC2-Instanz (CentOS)
sudo pip install mitmproxy
I python2.7 installiert haben und jetzt 2 Instanzen libffi
$ rpm -qa | grep libff libffi-3.0.13-11.4.amzn1.x86_64 libffi-devel-3.0.13-11.4.amzn1.x86_64
aber jedes Mal, wenn ich versuche ich den Installationsbefehl ausführen erhalten die folgende Fehlermeldung:
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c build/temp.linux-x86_64-2.7/_openssl.c -o build/temp.linux-x86_64-2.7/build/temp.linux-x86_64-2.7/_openssl.o build/temp.linux-x86_64-2.7/_openssl.c:423:30: fatal error: openssl/opensslv.h: No such file or directory #include <openssl/opensslv.h> ^ compilation terminated. error: command 'gcc' failed with exit status 1
Irgendwelche Gedanken, wo ich falsch liege?
Dies ist immer noch ein Problem –