Boost.System Library not found

General support for problems installing or using Deluge
Post Reply
dubcee

Boost.System Library not found

Post by dubcee »

I'm trying to install deluge 1.3.0!! I recognize that i need libtorrent >= 0.14.9

Synaptic Package manager doesn't have this high of a version, so i downloaded this http://code.google.com/p/libtorrent/dow ... z&can=2&q=

I've then typed ./configure in terminal:

Checking for boost libraries:
checking for boostlib >= 1.36... yes
checking whether the Boost::System library is available... no
configure: error: Boost.System library not found. Try using --with-boost-system=lib
any help would be WONDERFUL. thanks in advance
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Boost.System Library not found

Post by johnnyg »

You need to install libboost-system.
forkandspoon
Member
Member
Posts: 11
Joined: Wed Sep 15, 2010 10:34 pm

Re: Boost.System Library not found

Post by forkandspoon »

On Debian/Ubuntu:

Code: Select all

#apt-get install libboost-system-dev
I also needed

Code: Select all

#apt-get install libboost-filesystem-dev libboost-thread-dev
after that.
factro
New User
New User
Posts: 5
Joined: Mon Sep 09, 2013 6:31 pm

Re: Boost.System Library not found

Post by factro »

hi, I have install libboost-system but still get same error..
I am trying to compile
:~/libtorrent-rasterbar-0.16.13# ./configure --enable-python-binding

http://pastebin.com/cnGsH7P9 :(
Post Reply