Hello,
Thank you for all help in advance. Recently, I installed the FreeSurfer ver.4.5.0 (centos4_x86_64-stable-pub-v4.5.0) on my mint 8 linux (x86_64). When I tried to run a command (recon-all) on my terminal, I didn't see any problem and all help messages were returned. But I tried to run tkmedit and tksurfer, I got an error message: "tkmedit.bin: error while loading shared libraries: libtix8.1.8.4.so: cannot open shared object file: No such file or directory"
To check the dependency of tkmedit, I ran "which tkmedit' and "ldd `which tkmedit`" on a terminal. Two commands returned
..>which tkmedit /usr/local/freesurfer/bin/tkmedit ..> ldd `which tkmedit` not a dynamic executable
Here is my LD_LIBRARY_PATH:
..>echo $LD_LIBRARY_PATH /lib:/usr/lib:/lib32:/usr/lib32:/usr/local/lib64:/usr/local/lib
I am using freesurfer often for my research. So, any help or suggestion to resolve this issue would be really helpful to me.
freesurfer@nmr.mgh.harvard.edu