6 Oct
2014
6 Oct
'14
4:53 p.m.
On 06.10.2014 18:45, Smith, Steven - 1004 - MITLL wrote:
One more mishap — how to I tell the graph_tool python package where the boost libraries reside? Here’s what happens on import:
You should not tell graph-tool itself, but rather the linker library. This is done via the LD_LIBRARY_PATH environment variable, which must include the directories to be search. In your case, before you start the python interpreter, you should do export LD_LIBRARY_PATH="/usr/local/boost_1_56_0/stage/lib/" Best Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>