jslhs / pyrit

Automatically exported from code.google.com/p/pyrit
0 stars 0 forks source link

package request: libboost-dev #359

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
libboost-dev package

The repo is down (or was?) and compiling pyrit with cal++ module is impossible 
without the proper libboost-dev package, and all of its pre req's.

I do not know which version of libboost-dev is required, but I know 
libboost-dev is required to compile it.

Please include libboost-dev package :)
should also help users with offline usage

how to replicate problem: repo is offline, you have no internet connection

Original issue reported on code.google.com by ScottWin...@gmail.com on 23 Oct 2011 at 4:06

GoogleCodeExporter commented 8 years ago
Hello
I download the libboost from the boost page:
http://sourceforge.net/projects/boost/files/boost/1.40.0/ 

to install i did this:
cd /usr/src/linux
Unpack with: tar xzvf boost_1_40_0.tar.gz 
install: ./bootstrap.sh
then: ./bjam
then ./bjam install 

Not sure if i did it right, but it worked fine.

I was about to give you the link from where I download the libssl, but the site 
is down :(, PM me if you need it, I like to have everything offline, so I 
always download everything and put to offline-storage, just in case :)
Regards
Leo

Original comment by llapo...@gmail.com on 1 Aug 2012 at 3:31