Cannot access libkeyutils.so.1

Asked by Ben

I first noticed an issue when trying to SSH to a host.

ssh: error while loading shared libraries: libkeyutils.so.1: cannot open shared object file: Operation not permitted

lsattr /lib/x86_64-linux-gnu/libkeyutils.so.1.8
lsattr: Operation not permitted While reading flags on /lib/x86_64-linux-gnu/libkeyutils.so.1.8

I can't seem to do anything with the library. An uninstall and reinstall all packages that depended on this (the desktop environment) yielded the same result.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu keyutils Edit question
Assignee:
No assignee Edit question
Solved by:
Ben
Solved:
Last query:
Last reply:
Revision history for this message
Ben (banderson5586) said :
#1

# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04 LTS
Release: 20.04
Codename: focal

# uname -r
5.4.0-40-generic

Revision history for this message
Ben (banderson5586) said :
#2

Installed libkeyutils.so.1.9 from source and updated symlink which resolved the issue. libkeyutils.so.1.8 was previously installed.