Get Error: cannot open shared object file

General support for problems installing or using Deluge
Post Reply
SemTHeX

Get Error: cannot open shared object file

Post by SemTHeX »

After compiling deluge I get this error message:

Traceback (most recent call last):
File "/usr/bin/deluge", line 44, in ?
import deluge.core
File "/usr/lib/python2.4/site-packages/deluge/core.py", line 58, in ?
import deluge_core
ImportError: libboost_filesystem-gcc34-mt-1_34_1.so.1.34.1: cannot open shared object file: No such file or directory


Is the problem that I have used Boost 1.34 or something else?
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Get Error: cannot open shared object file

Post by markybob »

SemTHeX wrote:After compiling deluge I get this error message:

Traceback (most recent call last):
File "/usr/bin/deluge", line 44, in ?
import deluge.core
File "/usr/lib/python2.4/site-packages/deluge/core.py", line 58, in ?
import deluge_core
ImportError: libboost_filesystem-gcc34-mt-1_34_1.so.1.34.1: cannot open shared object file: No such file or directory


Is the problem that I have used Boost 1.34 or something else?
you probably just dont have libboost-filesystem-dev installed. look in the README for a list of dependencies
Post Reply