Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

10
  • I've did the step and now the error is: error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory Commented May 22, 2020 at 8:14
  • @AndreaBellizzi, what is the output of file /home/<my_username>/lib/libXss.so* Commented May 22, 2020 at 13:26
  • /home/andreabelliz/lib/libXss.so.1: symbolic link to `libXss.so.1.0.0' /home/andreabelliz/lib/libXss.so.1.0.0: ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e375c9284e3378de2c6f1cdf7ccfae50db33220f, stripped Commented May 22, 2020 at 15:36
  • The error message in the first comment point to the loader not being able to find the shared library... What system are you on? You may have other restrictions if you are running something embebbed for example. Commented May 22, 2020 at 16:00
  • I'm on CentOS 7 system, other the fact that I'm not sudo user I don't know if I have other restriction. Commented May 25, 2020 at 7:18