You are not logged in.

#1 2014-01-09 15:27:07

vsilv
Member
Registered: 2013-11-13
Posts: 13

[SOLVED] I got a problem with importing libboost

When I compile graph-tool from AUR, there are no error messages. But When I want to start it, I get the following:
ImportError: libboost_thread.so.1.54.0: cannot open shared object file: No such file or directory
When I look into my lib folder, I realize that my version is libboost_thread.so.1.55.0. What did go wrong during compilation?

edit: karol's Post solved it for me: Recompiling Cgal with the new boost packages. Thank you!

Last edited by vsilv (2014-01-09 23:42:00)

Offline

#2 2014-01-09 16:03:36

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: [SOLVED] I got a problem with importing libboost

We can't know what went wrong unless we see the logs or the compilation output. Post that here. If its too long use pastebin or hastebin


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#3 2014-01-09 16:07:27

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] I got a problem with importing libboost

You need to compile cgal https://aur.archlinux.org/packages/cgal/ as it's a dependency. Did you do it just before compiling graph-tool or e.g. 3 weeks ago?
Is your system fully up to date?

Offline

#4 2014-01-09 16:25:03

vsilv
Member
Registered: 2013-11-13
Posts: 13

Re: [SOLVED] I got a problem with importing libboost

I compiled it like 3 weeks ago!! what kind of logs?

Offline

#5 2014-01-09 16:35:09

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] I got a problem with importing libboost

When dealing with AUR packages, you need to recompile all of them, not only graph-tool, but also its dependencies (unless they're in the official repos). It you don't, you system is not fully up to date.

Please recompile cgal and see if it fixes your issue.

Offline

Board footer

Powered by FluxBB