On 1/23/12 08:17 , octavian lie wrote:
Thank you for the info, can you share what freesurfer version you have that happens to work well with ubuntu 11.10? Octavian
The lastest stable works... as well as the development versions. There is sometimes a library version error which is easily fixed with a soft symlink: i.e. an app like 'mri_info' might complain on Ubuntu that "libxml2.so.1" not found since on Ubuntu the library is "libxml2.so.2". In such a case, it's easily fixed by:
cd /usr/lib sudo ln -s libxml.so.2 libxml.so.1
(And this is just an example. I don't remember which odd library might have had issues -- it wasn't libxml, but the general fix is the same).
Best -=R