You are not logged in.

#1 2022-11-12 13:15:52

user77856
Member
Registered: 2022-11-12
Posts: 2

[SOLVED] I broke the entire system by installing openssl

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

#2 2022-11-12 13:17:55

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,709
Website

Re: [SOLVED] I broke the entire system by installing openssl

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 packagesZsh and other configs

Offline

#3 2022-11-12 13:19:59

Scimmia
Fellow
Registered: 2012-09-01
Posts: 12,823

Re: [SOLVED] I broke the entire system by installing openssl

Or better yet, use an external pacman, either from the ISO with the --root option or from pacman-static, to fully update the system.

Online

#4 2022-11-12 15:07:52

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 12,844
Website

Re: [SOLVED] I broke the entire system by installing openssl

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

#5 2022-11-13 04:33:23

user77856
Member
Registered: 2022-11-12
Posts: 2

Re: [SOLVED] I broke the entire system by installing openssl

I solved it using pacman from ISO with --root option as Scimmia proposed.
Thanks!

Offline

Board footer

Powered by FluxBB