Hi all
I've installed Freesurfer and when I open csurf to edit segmentation on images, I get the following error:
/usr/local/freesurfer/bin/Linux/tkmedit: error while loading shared libraries: libglut.so.3: cannot open shared object file: No such file or directory
Now, I've installed Freeglut and still get the above error. I can see the libglut.so.3 library in /usr/local/lib and this is in my $PATH.
Any ideas why the error exists?
Thanks a lot for your help
Massimiliano Calabrese Neuroimmunology Branch, NINDS, NIH
and
Willy Calderon NINDS, NIH.
Hi all
I've installed Freesurfer and when I open csurf to edit segmentation on images, I get the following error:
/usr/local/freesurfer/bin/Linux/tkmedit: error while loading shared libraries: libglut.so.3: cannot open shared object file: No such file or directory
Now, I've installed Freeglut and still get the above error. I can see the libglut.so.3 library in /usr/local/lib and this is in my $PATH.
Is /usr/local/lib in your /etc/ld.so.conf file? If not, add it, run ldconfig as root, and try again.
freesurfer@nmr.mgh.harvard.edu