sush3152,

On Mon, Nov 25, 2013 at 10:00 AM, sush3152 . <susant...@gmail.com> wrote:
> Hi All,
>
> I am in a process of setting up w3af into my machine,but not able to proceed
> due the below error messgae while doing "sudo pip install pybloomfiltermmap"
>
> Installing collected packages: pybloomfiltermmap
>   Running setup.py install for pybloomfiltermmap
>     info: Building from C
>     building 'pybloomfilter' extension
>     x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv
> -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c
> src/mmapbitarray.c -o build/temp.linux-x86_64-2.7/src/mmapbitarray.o
>     x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv
> -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c
> src/bloomfilter.c -o build/temp.linux-x86_64-2.7/src/bloomfilter.o
>     src/bloomfilter.c:171:25: fatal error: openssl/evp.h: No such file or
> directory

Ah, that's telling you that openssl development files are required. In
your ubuntu it should be called "libssl-dev". So, please run:

    sudo apt-get install libssl-dev

And then try to install pybloomfiltermmap again. Let me know if that
works and I'll change the installation instructions.

>     compilation terminated.
>     error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
>     Complete output from command /usr/bin/python -c "import
> setuptools;__file__='/tmp/pip-build-root/pybloomfiltermmap/setup.py';exec(compile(open(__file__).read().replace('\r\n',
> '\n'), __file__, 'exec'))" install --record
> /tmp/pip-2o13PX-record/install-record.txt
> --single-version-externally-managed:
>     info: Building from C
>
> root@w3af-security-scanner:/home/ubuntu/w3af# lsb_release -a
> No LSB modules are available.
> Distributor ID: Ubuntu
> Description:    Ubuntu 13.04
> Release:        13.04
> Codename:       raring
>
> I think i am about to complete the installation set-up except this from the
> below message status.
> After installing any missing operating system packages, use pip to install
> the remaining modules:
>     sudo pip install pybloomfiltermmap lxml
>
> Can please somebody suggest me how to resolve this?
>
>
> ------------------------------------------------------------------------------
> Shape the Mobile Experience: Free Subscription
> Software experts and developers: Be at the forefront of tech innovation.
> Intel(R) Software Adrenaline delivers strategic insight and game-changing
> conversations that shape the rapidly evolving mobile landscape. Sign up now.
> http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
> _______________________________________________
> W3af-users mailing list
> W3af-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/w3af-users
>



-- 
Andrés Riancho
Project Leader at w3af - http://w3af.org/
Web Application Attack and Audit Framework
Twitter: @w3af
GPG: 0x93C344F3

------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
W3af-users mailing list
W3af-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/w3af-users

Reply via email to