Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Installation based on wiki instructions


Ubuntu

Hello,

This is a known when running freesurfer on Ubuntu systems. The solution is
addressed in the FAQ section on the frresurfer download page:
  https://surfer.nmr.mgh.harvard.edu/fswiki/Download

pecifically, the solution is to go into you system's lib directory and
create a symlink as follows:

  $> cd /usr/lib/x86_64 (or something similar depending upon exact version)
  $> sudo ln -s libjpeg.so.8 libjpeg.so.62
  $> sudo ln -s libtiff.so.4 libtiff.so.3

This should solve it. Best,

-Zeke
  • No labels