You are not logged in.
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 pluginsI 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
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.
Offline
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 directoryI removed the alias, and saw that it's recommended against using that particular set of flags in the link you provided.
Offline
Offline