'cannot find -lboost_iostreams' while trying to install Deluge 1.3.3

Posted by Muhammad on Ask Ubuntu See other posts from Ask Ubuntu or by Muhammad
Published on 2012-11-20T16:00:22Z Indexed on 2012/11/21 11:23 UTC
Read the original article Hit count: 626

Filed under:
|

While trying to install deluge 1.3.3 (I need this specific version) I get an error.

I install all the needed packages through

sudo apt-get install g++ make python-all-dev python-all python-dbus \
python-gtk2 python-notify librsvg2-common python-xdg python-support \
subversion libboost-dev libboost-python-dev \
libboost-thread-dev libboost-date-time-dev libboost-filesystem-dev \
libssl-dev zlib1g-dev python-setuptools \
python-mako python-twisted-web python-chardet python-simplejson

I then build it

$ python setup.py build

and

$ sudo python setup.py install

then I get a long list at the end of which there is the error

/usr/bin/ld: cannot find -lboost_iostreams
collect2: ld returned 1 exit status
error: command 'gcc' failed with exit status 1

Can you help me out with this?

© Ask Ubuntu or respective owner

Related posts about python

Related posts about deluge