Hello,
I'm using Debian and downloaded freesurfer-Linux-centos4-stable-pub-v4.0.2-full.tar.gz.
Everything worked fine when I tested the installation with tkmedit and tksurfer. I then ran recon-all -i C04_SS.nii -autorecon1 -s C04_SS and it also finished without errors.
But when I ran recon-all -autorecon2 -s C04_SS, there was an error at the end saying: mris_volmask.bin: error while loading shared libraries: libtiff.so.3: cannot open shared object file: No such file or directory
I've checked the shared libraries and I have libtiff.so.4. Could you let me know how to get libtiff.so.3 to work and if I should do something else?
Thank you very much.
Lucia
Hi Lucia, I ran into the problem as well. For me, just making a symbolic link named libtiff.so.3 which points to libtiff.so.4 seemed to do the trick. Try this:
ln /usr/lib/libtiff.so.4 /usr/lib/libtiff.so.3
(assumes your libs are in /usr/lib/)
hope that helps, mishkin
On Sat, Mar 29, 2008 at 9:16 AM, Lúcia Garrido m.garrido@ucl.ac.uk wrote:
Hello,
I'm using Debian and downloaded freesurfer-Linux-centos4-stable-pub-v4.0.2-full.tar.gz.
Everything worked fine when I tested the installation with tkmedit and tksurfer. I then ran recon-all -i C04_SS.nii -autorecon1 -s C04_SS and it also finished without errors.
But when I ran recon-all -autorecon2 -s C04_SS, there was an error at the end saying: mris_volmask.bin: error while loading shared libraries: libtiff.so.3: cannot open shared object file: No such file or directory
I've checked the shared libraries and I have libtiff.so.4. Could you let me know how to get libtiff.so.3 to work and if I should do something else?
Thank you very much.
Lucia
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
freesurfer@nmr.mgh.harvard.edu