M BUZZ CRAZE NEWS
// general

error while loading shared libraries: libXss.so.1

By Sarah Rodriguez

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

1 Answer

Install missing libs:

sudo apt-get install libxss1

To find what package contains missing libs I use:

sudo aptitude search libXss
3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy