Closed Tiffenny closed 9 years ago
#include <ffi.h>
That needs to be in your system
I'm very sorry that I didn't see that "fatal error: ffi.h: No such file or directory
^
compilation terminated."
Just saw the "Setup script exited with error: command 'gcc' failed with exit status 1" So.. I tried it again and again, but nothing fixed..
Thanks again for your help.
BTW, how do I post my questions on https://sourceforge.net/p/w3af/mailman/?source=navbar I didn't use it before and can't figure out how to post, just can see others question.
You have to sign up to the mailing list and then you can send questions there
(venv)[root@localhost w3af]# . /tmp/w3af_dependency_install.sh Collecting clamd==1.0.1 /home/tiff/w3af/venv/lib/python2.7/site-packages/pip/vendor/requests/packages/urllib3/util/ssl.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. InsecurePlatformWarning Using cached clamd-1.0.1.zip Collecting PyGithub==1.21.0 Using cached PyGithub-1.21.0.tar.gz Collecting GitPython==0.3.2.RC1 Using cached GitPython-0.3.2.RC1.tar.gz Collecting pybloomfiltermmap==0.3.14 Using cached pybloomfiltermmap-0.3.14.tar.gz Collecting esmre==0.3.1 Using cached esmre-0.3.1.tar.gz Requirement already satisfied (use --upgrade to upgrade): phply==0.9.1 in /usr/local/lib/python2.7/site-packages Collecting nltk==3.0.1 Using cached nltk-3.0.1.tar.gz Collecting chardet==2.1.1 Using cached chardet-2.1.1.tar.gz Collecting tblib==0.2.0 Using cached tblib-0.2.0-py2-none-any.whl Collecting pdfminer==20140328 Using cached pdfminer-20140328.tar.gz Collecting futures==2.1.5 Using cached futures-2.1.5-py2.py3-none-any.whl Collecting pyOpenSSL==0.15.1 Using cached pyOpenSSL-0.15.1-py2.py3-none-any.whl Collecting ndg-httpsclient==0.3.3 Using cached ndg_httpsclient-0.3.3.tar.gz Collecting pyasn1==0.1.7 Using cached pyasn1-0.1.7.tar.gz Collecting lxml==3.4.4 Using cached lxml-3.4.4.tar.gz Collecting scapy-real==2.2.0-dev Using cached scapy-real-2.2.0-dev.tar.gz Collecting guess-language==0.2 Using cached guess-language-0.2.tar.gz Collecting cluster==1.1.1b3 Using cached cluster-1.1.1b3.tar.gz Collecting msgpack-python==0.4.4 Using cached msgpack-python-0.4.4.tar.gz Collecting python-ntlm==1.0.1 Using cached python-ntlm-1.0.1.tar.gz Collecting halberd==0.2.4 Using cached halberd-0.2.4.tar.gz Collecting darts.util.lru==0.5 Using cached darts.util.lru-0.5.tar.gz Collecting Jinja2==2.7.3 Using cached Jinja2-2.7.3.tar.gz Collecting vulndb==0.0.17 Using cached vulndb-0.0.17.tar.gz Collecting markdown==2.6.1 Using cached Markdown-2.6.1.tar.gz Collecting psutil==2.2.1 Using cached psutil-2.2.1.tar.gz Collecting mitmproxy==0.12.1 Using cached mitmproxy-0.12.1.tar.gz Collecting ruamel.ordereddict==0.4.8 Using cached ruamel.ordereddict-0.4.8.tar.gz Collecting Flask==0.10.1 Using cached Flask-0.10.1.tar.gz Requirement already satisfied (use --upgrade to upgrade): setuptools in ./venv/lib/python2.7/site-packages (from clamd==1.0.1) Requirement already satisfied (use --upgrade to upgrade): six in /usr/lib/python2.7/site-packages (from clamd==1.0.1) Collecting gitdb>=0.5.1 (from GitPython==0.3.2.RC1) Using cached gitdb-0.6.4.tar.gz Requirement already satisfied (use --upgrade to upgrade): ply in /usr/local/lib/python2.7/site-packages (from phply==0.9.1) Collecting cryptography>=0.7 (from pyOpenSSL==0.15.1) Using cached cryptography-0.9.3.tar.gz Requirement already satisfied (use --upgrade to upgrade): markupsafe in /usr/lib64/python2.7/site-packages (from Jinja2==2.7.3) Collecting pyperclip>=1.5.8 (from mitmproxy==0.12.1) Using cached pyperclip-1.5.11.zip Collecting tornado>=4.0.2 (from mitmproxy==0.12.1) Using cached tornado-4.2.1.tar.gz Collecting netlib<0.13,>=0.12 (from mitmproxy==0.12.1) Using cached netlib-0.12.1.tar.gz Complete output from command python setup.py egginfo: warning: no files found matching 'OpenSSL/RATIONALE' warning: no previously-included files found matching 'leakcheck' warning: no previously-included files matching '.py' found under directory 'leakcheck' warning: no previously-included files matching '_.pem' found under directory 'leakcheck' warning: no previously-included files matching '*.pyc' found anywhere in distribution no previously-included directories found matching 'doc/_build' zip_safe flag not set; analyzing archive contents...
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-m5hxBo/netlib
(venv)[root@localhost w3af]# yum install gcc Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile
updates: centos.cs.nctu.edu.tw Package gcc-4.8.3-9.el7.x86_64 already installed and latest version Nothing to do
And I have already install gcc Did I miss somethings to do?
Thanks