On 02/21/2014 09:30 AM, Stefan Klingelschmitt wrote:
I'm still trying to compile graph-tool on a SUSE 13.1 machine. I was finally able to configure, make and install everything, at least I thought so, but something went wrong again... when trying to load modules:
import graph_tool.all Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.7/site-packages/graph_tool/all.py", line 41, in <module> from graph_tool.generation import * File "/usr/lib/python2.7/site-packages/graph_tool/generation/__init__.py", line 50, in <module> dl_import("from . import libgraph_tool_generation") File "/usr/lib/python2.7/site-packages/graph_tool/dl_import.py", line 57, in dl_import exec(import_expr, local_dict, global_dict) File "<string>", line 1, in <module> ImportError: libboost_thread.so.1.49.0: cannot open shared object file: No such file or directory
This looks like an inconsistency in your system. Looking in your configure.log one sees: /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: warning: libboost_thread.so.1.49.0, needed by /usr/local/lib/libCGAL.so, not found (try using -rpath or -rpath-link) So it seems your CGAL library was compiled with boost 1.49 which is no longer available. Best, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>