You are not logged in.

#1 2017-08-30 01:46:28

arx
Member
From: 2730ft above sea level
Registered: 2016-04-30
Posts: 46

Multiple lib errors after installing OpenSSL 1.1.0f

I updated openssl because pip was complaining about not having.

Here's what I get when running various commands:

arx@cube ~ $ alias pac
pac='sudo pacman -Sy'
arx@cube ~ $ pac
sudo: error in /etc/sudo.conf, line 0 while loading plugin "sudoers_policy"
sudo: unable to load /usr/lib/sudo/sudoers.so: libssl.so.1.0.0: cannot open shared object file: No such file or directory
sudo: fatal error, unable to load plugins
arx@cube ~ $ pacman
pacman: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
arx@cube ~ $ sudo -i
sudo: error in /etc/sudo.conf, line 0 while loading plugin "sudoers_policy"
sudo: unable to load /usr/lib/sudo/sudoers.so: libssl.so.1.0.0: cannot open shared object file: No such file or directory
sudo: fatal error, unable to load plugins

I do still have root:

arx@cube ~ $ su
Password:
[root@cube arx]#

I tried rolling back openssl, but I get the same errors for pacman even as root.

Offline

#2 2017-08-30 01:50:43

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: Multiple lib errors after installing OpenSSL 1.1.0f

Partial updates are unsupported. And that alias is a terrible idea, it--as you have just learned--breaks things.

From root, do a full system update. And then remove that alias.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2017-08-30 03:10:20

arx
Member
From: 2730ft above sea level
Registered: 2016-04-30
Posts: 46

Re: Multiple lib errors after installing OpenSSL 1.1.0f

Thanks jasonwryan, I'm not sure the best method for doing that since pacman among multiple other packages seem to be broken.

root@cube arx]# pacman -Syu
pacman: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory

I removed the alias, and saw that it's recommended against using that particular set of flags in the link you provided.

Offline

#4 2017-08-30 03:31:21

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: Multiple lib errors after installing OpenSSL 1.1.0f


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

Board footer

Powered by FluxBB