On 05.02.2017 14:08, bloodymeli wrote: > Thanks! > > This is indeed strange, as the library is installed to > /usr/local/epd/lib/python2.7/site-packages/graph_tool/libgraph_tool_core.so > > but compiled against: > libpython2.6.so.1.0 => /usr/lib64/libpython2.6.so.1.0 (0x00007ffff38ce000) > > How do I specify which libpython to use?
This should be detected automatically when ./configure is run. The specific python interpreter can be overridden by setting the PYTHON environment variable to ./configure. But your symptom can also be caused by your custom python library (which seems to be installed in the nonstandard path /usr/local/epd) not being set in the linker's path. This could be fixed by doing something like: export LD_LIBRARY_PATH=/usr/local/epd/lib/ But these are just some guesses, since you gave us very little information. Ideally, you would give us all parameters you passed to ./configure during compilation, as well as the contents to config.log. Best, Tiago -- Tiago de Paula Peixoto <[email protected]>
signature.asc
Description: OpenPGP digital signature
_______________________________________________ graph-tool mailing list [email protected] https://lists.skewed.de/mailman/listinfo/graph-tool
