25

I am trying to run freeview (freesurfer tool) on an Ubuntu 14.04 64bit system. When I type freeview in a terminal, I get the following error:

freeview.bin: error while loading shared libraries: libXss.so.1: cannot open shared ..... no such file or directory.

Any ideas please?

1 Answers1

60

Install missing libs:

sudo apt-get install libxss1

To find what package contains missing libs I use:

sudo aptitude search libXss
riotejas
  • 976
  • 6
  • 10