Dear Freesurfer experts,
I am trying to display DTI using freeview, however, every time I attempt to run freeview from the command line (I am using Ubuntu 12.4), I receive the following error:
"freeview.bin: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory"
libjpeg.sp.62 is present in /home/freesurfer, when I attempt to open it directly, it gives the following error:
"The link cannot be used, because its target 'libjepg.so.8' doesn't exist"
libjepg.so.8 does in fact exist but in /usr/lib.
I am not quite sure how to direct libjpeg.so.62 to libjepg.so.8 or whether that would solve the problem at all. I am able to use tkmedit, tksurfer and do all the pre processing for MRI and DTI.
Thank you in advance.
Yaniv Kaufman
On Sunday, December 02, 2012 23:56:38 Yaniv Kaufman wrote:
Dear Freesurfer experts,
I am trying to display DTI using freeview, however, every time I attempt to run freeview from the command line (I am using Ubuntu 12.4), I receive the following error:
"freeview.bin: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory"
libjpeg.sp.62 is present in /home/freesurfer, when I attempt to open it directly, it gives the following error:
"The link cannot be used, because its target 'libjepg.so.8' doesn't exist"
libjepg.so.8 does in fact exist but in /usr/lib.
I am not quite sure how to direct libjpeg.so.62 to libjepg.so.8 or whether that would solve the problem at all. I am able to use tkmedit, tksurfer and do all the pre processing for MRI and DTI.
Thank you in advance.
Yaniv Kaufman _______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
The information in this e-mail is intended only for the person to whom it is addressed. If you believe this e-mail was sent to you in error and the e-mail contains patient information, please contact the Partners Compliance HelpLine at http://www.partners.org/complianceline . If the e-mail was sent to you in error but does not contain patient information, please contact the sender and properly dispose of the e-mail.
ubuntu seems to be missing a few libraries out of the box. try 'apt-get install libjpeg62' i'm on debian here, but i assume the package has the same name in ubuntu.
regards, andreas
freesurfer@nmr.mgh.harvard.edu