Dear all,
I installed freesurfer_Linux_centos4_x86_64-stable-pub-v4.2.0-full on SuSE Enterprise (SLED 10.2), and ran recon-all. The process ran until near the end, and then terminated with the following error:
***************** .....
Reporting on 49 segmentations #-------------------------------------------- #@# Cortical ribbon mask Fri Feb 13 15:31:16 CET 2009 /home/narly/data/freesurfer/subjects/2_Lena/mri
mris_volmask --label_left_white 2 --label_left_ribbon 3 --label_right_white 41 --label_right_ribbon 42 --save_ribbon --save_distance 2_Lena
mris_volmask.bin: error while loading shared libraries: libexpat.so.0: cannot open shared object file: No such file or directory **************************
but I'm able to visualise the labels on the 3D volume using tksurfer (i.e. the output looks ok).
Do I still need to install libexpat.so.0, and if so, how?
thanks in advance, Narly.
All,
For Suse Enterprise ( SLED ) 10.2, the following solution seems to work ( for Narly as well ):
The library libexpat.so.0 Freesurfer is looking for is actually named libexpat.so.1
- First check whether you have a libexpat.so.1 ls /usr/lib64/libexpat.so.1
- If so, create a symbolic link with the name libexpat.so.0 to that cd /usr/lib64 ln -s libexpat.so.1 libexpat.so.0
-Krish
Dear all,
I installed freesurfer_Linux_centos4_x86_64-stable-pub-v4.2.0-full on SuSE Enterprise (SLED 10.2), and ran recon-all. The process ran until near the end, and then terminated with the following error:
.....
Reporting on 49 segmentations #-------------------------------------------- #@# Cortical ribbon mask Fri Feb 13 15:31:16 CET 2009 /home/narly/data/freesurfer/subjects/2_Lena/mri
mris_volmask --label_left_white 2 --label_left_ribbon 3 --label_right_white 41 --label_right_ribbon 42 --save_ribbon --save_distance 2_Lena
mris_volmask.bin: error while loading shared libraries: libexpat.so.0: cannot open shared object file: No such file or directory
but I'm able to visualise the labels on the 3D volume using tksurfer (i.e. the output looks ok).
Do I still need to install libexpat.so.0, and if so, how?
thanks in advance, Narly. _______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
freesurfer@nmr.mgh.harvard.edu