On 20.04.2015 19:04, pcuci wrote:
Got the same error.
symbol lookup error: /home/paul/anaconda3/envs/py27/lib/python2.7/site-packages/graph_tool/draw/libgraph_tool_draw.so: undefined symbol: _ZN5Cairo7ContextC1EP6_cairob [I 11:57:06.989 NotebookApp] KernelRestarter: restarting kernel (1/5)
I've manually symlinked libboost_system.so and libboost_thread.so to libboost_system-mt.so and libboost_thread-mt.so - not sure this is the right approach.
Why are you dealing with boost symbols if the missing symbol comes from cairo?
In any case, if you are getting these missing symbols, something has gone seriously wrong during compilation.
Could you please send the entire output of the configure command, as well as the config.log file?
Best, Tiago