#[RESOLVED] Upgraded to OpenSSL 3, now sudo, yay and pacman do not work

3 messages · Page 1 of 1 (latest)

neat night
#

I'm aware there's another thread open regarding a kernel panic on the same subject (partial upgrade of openssl into 3).
Is something possible for it to work without restarting and entering arch installation mode? I got into root using su but I'm not sure what I can do from here, while the system is partially working.

pacman: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory
sudo: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory
warped plover
#

you could find a tarball of openssl 1.1.x and install it manually then put the files in the right place then properly reinstall it

neat night
# warped plover you could find a tarball of openssl 1.1.x and install it manually then put the f...

I ran make install at openssl dir, but I'm not sure what I should be doing now :( still getting these errors

Update: Seems like the install got put into /usr/local/lib - not /usr/lib , so I ran echo "/usr/local/lib" > /etc/ld.so.conf.d/openssl.conf and then ldconfig. Thanks to https://serverfault.com/questions/818445/error-while-loading-shared-libraries-libcrypto-so-1-1