igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] undefined symbol: igraph_vector_destroy


From: Tamas Nepusz
Subject: Re: [igraph] undefined symbol: igraph_vector_destroy
Date: Fri, 30 Jan 2009 12:02:18 +0100

> I guess you don't have the igraph C library installed, or Python at
> least cannot find it.
Yes, exactly. It was able to find it while compiling the Python extension, but 
if it's in a non-standard 
location, you either have to copy libigraph.so.* to /usr/lib or /usr/lib/local, 
or tell your library loader 
where to look for it:

LD_LIBRARY_PATH=directory-where-you-put-libigraph.so python

or

LD_PRELOAD=exact-full-path-of-libigraph.so python

I hope this helps.

-- 
Tamas






reply via email to

[Prev in Thread] Current Thread [Next in Thread]