[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] igraph make file
From: |
Tamas Nepusz |
Subject: |
Re: [igraph] igraph make file |
Date: |
Thu, 21 Oct 2010 20:41:28 +0100 |
> ok, i got the correct ource. compiled it and installed.
>
> still with the same error message:
The Python interface is still finding the .so file corresponding to 0.5.3
instead of the one corresponding to 0.5.4. Look for files named libigraph.so,
libigraph.so.0, libigraph.so.0.0.0 on your hard drive, remove all of them,
recompile the C core of 0.5.4 and install it again. This should do the trick.
The following command searches your whole hard drive for files named
libigraph.so.*:
find / -name 'libigraph.so.*'
By the way, are you using Ubuntu or Debian Linux by any chance? If so, why
don't you use our packages from the Launchpad repository? This would save you
the hassle of recompiling every time a new version is released.
--
Tamas