You are not logged in.
Hello.
I have not updated the system for about 3 weeks.
I ran pacman -Sy openssl to install openssl.
Immediately after the installation almost all programs got broken because of missing dependency of libcrypto.so.
sudo, pacman, reboot, poweroff - all of them was printing:
error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory
After a hard reset (as I said even reboot command was broken, probably because it's executed using sudo), I booted into the system and got the same error message during the boot process:
error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory
How do I restore my system now?
Last edited by user77856 (2022-11-13 04:33:49)
Offline
https://wiki.archlinux.org/title/System … nsupported
You will need to revert to the previous version of openssl via chroot.
Last edited by graysky (2022-11-12 13:18:28)
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
Or better yet, use an external pacman, either from the ISO with the --root option or from pacman-static, to fully update the system.
Offline
Mod note: Moving to NC.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
I solved it using pacman from ISO with --root option as Scimmia proposed.
Thanks!
Offline