Re: [W3af-develop] Cross-Site Scripting context detection engine rewrite

2015-09-16 Thread Taras
Owen, libxml-devel is already installed. Please, see rpm output below. В Ср, 16/09/2015 в 10:26 +0100, Owen Tuz пишет: > Try installing libxml-devel and re-run? Looks like pip is trying to > build but needs the header files, which are usually in the -devel > package. > Cheers, > Owen > On 16 Sep 20

Re: [W3af-develop] Cross-Site Scripting context detection engine rewrite

2015-09-16 Thread Owen Tuz
Hi Taras, Sorry - I mistook it for 'yum' output. Not awake. Any change if you try: export STATIC_DEPS=true ...before running? As per: https://stackoverflow.com/questions/27084580/python-error-when-installing-packages If you could attach the dependency install script, that would also be helpful.

Re: [W3af-develop] Cross-Site Scripting context detection engine rewrite

2015-09-16 Thread Owen Tuz
Try installing libxml-devel and re-run? Looks like pip is trying to build but needs the header files, which are usually in the -devel package. Cheers, Owen On 16 Sep 2015 10:05 am, "Taras" wrote: > Hello! > > Trying to run it on Fedora 22 inside virtualenv and while installing > all deps see su

Re: [W3af-develop] Cross-Site Scripting context detection engine rewrite

2015-09-16 Thread Taras
Hello! Trying to run it on Fedora 22 inside virtualenv and while installing all deps see such error: /tmp/pip-build-mBBs62/lxml/src/lxml/includes/etree_defs.h:14:31: fatal error: libxml/xmlversion.h: No such file or directory compilation terminated. error: command 'gcc' faile