Hello,
I am facing a problem in running tkmedit or tksurfer. So I looked up the posts and found a thread which explained using tkmedit.static instead of tkmedit. I did that and I could run tkmedit. However, I can't find the tksurfer.static file in that same directory. Please let me know how I could run tksurfer.
I get this error message when i run tksurfer from the command line.
tksurfer: error while loading shared libraries: libglut.so.3: cannot open shared object file: No such file or directory.
Thank You.
Sincerely, Harshad.
tksurfer: error while loading shared libraries: libglut.so.3: cannot open shared object file: No such file or directory.
Do you have glut installed? If you are running a Red Hat box, you can check by:
$ rpm -qa | grep glut
Or just looking for libglut* in /usr/lib or /usr/local/lib.
freesurfer@nmr.mgh.harvard.edu