Hi,
I installed freesurfer-Linux-centos4_x86_64-stable-pub-v3.0.3-full.tar.gz http://surfer.nmr.mgh.harvard.edu/pub/dist/freesurfer-Linux-centos4_x86_64-stable-pub-v3.0.3-full.tar.gz on my Redhat Enterprise Linux WS release 3 (64 bit).
When I ran the progam tkmedit or tksurfer, the error messages are: tkmedit: error while loading shared libraries: libglut.so.3: cannot open shared object file: No such file or directory
The I created links % ln -sf /usr/lib/libglut.so.3.7.0 /usr/lib64/libglut.so.3. Still, I got the same error, although I updated the lib links and even reboot the machine. Any ideas?
Thanks.
XJ
I have these links in my /usr/lib64:
libglut.so -> libglut.so.3.8.0* libglut.so.3 -> libglut.so.3.8.0* libglut.so.3.8.0*
So maybe you just need to:
ln -s /usr/lib64/libglut.so.3 /usr/lib64/libglut.so
Nick
On Fri, 2006-09-29 at 11:39 -0700, XJ Kang wrote:
Hi,
I installed freesurfer-Linux-centos4_x86_64-stable-pub-v3.0.3- full.tar.gz on my Redhat Enterprise Linux WS release 3 (64 bit).
When I ran the progam tkmedit or tksurfer, the error messages are: tkmedit: error while loading shared libraries: libglut.so.3: cannot open shared object file: No such file or directory
The I created links % ln - sf /usr/lib/libglut.so.3.7.0 /usr/lib64/libglut.so.3. Still, I got the same error, although I updated the lib links and even reboot the machine. Any ideas?
Thanks.
XJ _______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
freesurfer@nmr.mgh.harvard.edu