hey guys,
When I go to do a conversion from dicom to mgz, im getting the error:
mri_convert -ot mgz Image0001.dcm . mri_convert: error while loading shared libraries: libgsl.so.0: cannot open shared object file: No such file or directory
I did an ls command for this file and found no matches in my /usr/local/lib or /usr/lib directories. I'm guessing this means I need to install the proper libraries. I'm fairly new to Linux, so I don't know how to go about doing this. Any ideas?
Thanks Dave
David A. Soscia Neurosciences Advanced Imaging Research Center 47 New Scotland Ave. Albany, NY 12208-3479 Building S Rm. 132 P- (518)-262-0826 C- (518)-469-8317 sosciad@mail.amc.edu
On Thursday 18 August 2005 09:18, David Soscia wrote:
mri_convert -ot mgz Image0001.dcm . mri_convert: error while loading shared libraries: libgsl.so.0: cannot open shared object file: No such file or directory
Yes - it sounds as though you are missing the gsl (GNU Scientific Library) package.
The installation depends strongly on the particular distribution of Linux you are running. If you reply with the distribution details (*), we can provide more specific instructions.
Cheers -=R
(*) In a terminal window, type
uname -a
to provide information on the kernel and version. If you have a RedHat (or related) distro (like Fedora, CentOS, Mandrake), you can also type
more /etc/issue
to provide details on the distribution itself.
don't know about the library stuff, but your command-line is incorrect as you have specified a directory as the output. COR is the only format that requires a directory as the output. everything else requires a filename (eg, f.mgz).
David Soscia wrote:
hey guys,
When I go to do a conversion from dicom to mgz, im getting the error:
mri_convert -ot mgz Image0001.dcm . mri_convert: error while loading shared libraries: libgsl.so.0: cannot open shared object file: No such file or directory
I did an ls command for this file and found no matches in my /usr/local/lib or /usr/lib directories. I'm guessing this means I need to install the proper libraries. I'm fairly new to Linux, so I don't know how to go about doing this. Any ideas?
Thanks Dave
David A. Soscia Neurosciences Advanced Imaging Research Center 47 New Scotland Ave. Albany, NY 12208-3479 Building S Rm. 132 P- (518)-262-0826 C- (518)-469-8317 sosciad@mail.amc.edu _______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
freesurfer@nmr.mgh.harvard.edu