[Insight-users] ITK V4.0.0 with Python Wrapping
Mathieu Stumpf
mathieu.stumpf at etu.unistra.fr
Wed Feb 8 11:20:48 EST 2012
Le mercredi 08 février 2012 à 09:45 -0500, Peter a écrit :
> There are a couple of things to look at,
> 1. Check the permissions on the file libitksys-4.0.so.1 and directory
I think it's ok :
$ ls /usr/local/ -l
total 40
[…]
drwxrwsr-x 6 root staff 12288 8 févr. 14:11 lib
$ ls /usr/local/lib/libitksys-4.0.so.1 -l
-rw-r--r-- 1 root staff 314466 8 févr. 12:46 /usr/local/lib/libitksys-4.0.so.1
> 2. Check if the directory containing libitksys-4.0.so.1 is in the LD_LIBRARY_PATH or setup a config file
> in /etc/ld.so.conf.d and re-run ldconfig
Looks like it's ok :
$ echo $LD_LIBRARY_PATH
/usr/local/lib/
$ whereis libitksys-4.0.so.1
libitksys-4.0.so: /usr/local/lib/libitksys-4.0.so.1 /usr/local/lib/libitksys-4.0.so
Also I don't think it's related but I began with the git version. So I
have a 4.1 version installed. I tried to remove it with a
`make uninstall`, but it seems there is no uninstall target in the
makefile generated.
Kind regards,
Mathieu
More information about the Insight-users
mailing list