You are not logged in.

#1 2022-12-11 21:07:34

QuickQuokka
Member
Registered: 2022-05-26
Posts: 18

I just fucked up my Pacman and it says that libssl.so.3 is missing

I did an update to only some packages on my machine and I planned on updating the rest later because I haven't updated it a long time and there were quite a lot of packages to update, but now

# pacman -Syyu

outputs

pacman: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory

I don't know what went wrong but can someone help me please. Sorry if this is an obvious or stupid question.

Last edited by QuickQuokka (2022-12-11 21:09:34)

Offline

#2 2022-12-11 21:11:31

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 13,568
Website

Re: I just fucked up my Pacman and it says that libssl.so.3 is missing

This is what went wrong: https://wiki.archlinux.org/title/System … nsupported

To fix it, complete a full system update using one of the options available to you: https://wiki.archlinux.org/title/Pacman … man-static

Also, read through the front page news from the time of your last full update. https://archlinux.org/news/

Last edited by WorMzy (2022-12-11 21:12:38)


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

#3 2022-12-11 21:13:06

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,424

Offline

#4 2022-12-11 21:57:49

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: I just fucked up my Pacman and it says that libssl.so.3 is missing

QuickQuokka wrote:

I did an update to only some packages on my machine and I planned on updating the rest later.

This is completely unsupported by Arch and almost guaranteed to break your system. Don't do that again.
https://wiki.archlinux.org/title/system … nsupported


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#5 2022-12-12 13:53:37

QuickQuokka
Member
Registered: 2022-05-26
Posts: 18

Re: I just fucked up my Pacman and it says that libssl.so.3 is missing

I am using external pacman using a USB, it first complained about mtab, which I fixed, then Crypto Engine, which I also fixed, but now running

# pacman --root /mnt --cachedir /mnt/var/cache/pacman/pkg -Sy openssl gnupg

gives

Error connecting: Could not connect: No such file or directory
error: command failed to execute correctly

(sorry for not replying I have school)

Offline

#6 2022-12-12 14:04:01

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,729

Re: I just fucked up my Pacman and it says that libssl.so.3 is missing

...and you're still trying to do a partial update. Seriously.

Offline

#7 2022-12-12 14:10:50

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,424

Re: I just fucked up my Pacman and it says that libssl.so.3 is missing

Also don't post error messages completely out of context.
https://bbs.archlinux.org/viewtopic.php … 7#p2071347

Offline

#8 2022-12-12 14:15:52

QuickQuokka
Member
Registered: 2022-05-26
Posts: 18

Re: I just fucked up my Pacman and it says that libssl.so.3 is missing

seth wrote:

Also don't post error messages completely out of context.
https://bbs.archlinux.org/viewtopic.php … 7#p2071347

Can't cus NetworkManager stopped working so I'm posting this on my other computer and manually copying the error messages. (No I can't use Ethernet my laptop doesn't have it and I don't have a dongle)

Offline

#9 2022-12-12 14:20:25

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,729

Re: I just fucked up my Pacman and it says that libssl.so.3 is missing

So don't have an internet connection, and you're wondering why pacman can't connect?

Offline

#10 2022-12-12 14:25:08

QuickQuokka
Member
Registered: 2022-05-26
Posts: 18

Re: I just fucked up my Pacman and it says that libssl.so.3 is missing

Scimmia wrote:

So don't have an internet connection, and you're wondering why pacman can't connect?

But now I'm doing it on an external boot drive with chroot and an active internet connection. Iwctl works on the USB, just NetworkManager doesn't work on my boot drive lol.

Last edited by QuickQuokka (2022-12-12 14:26:31)

Offline

#11 2022-12-12 14:26:45

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,424

Re: I just fucked up my Pacman and it says that libssl.so.3 is missing

The error seems to be from package-kit, though.
Also you *can* post the entire message, by redirecting it into a file and usb-walking it to a system w/ internet connection.

But as Scimmia pointed out, if you really don't have internet w/ the live iso (which won't provide NM to begin with…) that's moot.
https://wiki.archlinux.org/title/Instal … e_internet

Wi-Fi—authenticate to the wireless network using iwctl.

Offline

#12 2022-12-12 14:30:33

QuickQuokka
Member
Registered: 2022-05-26
Posts: 18

Re: I just fucked up my Pacman and it says that libssl.so.3 is missing

seth wrote:

The error seems to be from package-kit, though.
Also you *can* post the entire message, by redirecting it into a file and usb-walking it to a system w/ internet connection.

But as Scimmia pointed out, if you really don't have internet w/ the live iso (which won't provide NM to begin with…) that's moot.
https://wiki.archlinux.org/title/Instal … e_internet

Wi-Fi—authenticate to the wireless network using iwctl.

I have internet on the external drive, but NetworkManager doesn't work when I boot my main drive. There's no browser on the external ISO, soI'll try this "usb-walking"

Offline

#13 2022-12-12 14:30:55

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,729

Re: I just fucked up my Pacman and it says that libssl.so.3 is missing

QuickQuokka wrote:
Scimmia wrote:

So don't have an internet connection, and you're wondering why pacman can't connect?

But now I'm doing it on an external boot drive with chroot and an active internet connection. Iwctl works on the USB, just NetworkManager doesn't work on my boot drive lol.

And yet you said you couldn't post the error because you had no connection, even though the error was from running pacman on the ISO.

Fair warning, if that command had succeeded, your system would have been unbootable.

EDIT: If that message was indeed from a post_install hook, congratulations, you just made things worse. STOP DOING PARTIAL UPDATES.

Last edited by Scimmia (2022-12-12 14:32:38)

Offline

#14 2022-12-12 14:43:14

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,424

Re: I just fucked up my Pacman and it says that libssl.so.3 is missing

There's no browser on the external ISO, soI'll try this "usb-walking"

No, you'll click the 1st link below.

And run a complete update from the install iso, no chroot.

Offline

#15 2022-12-12 20:56:26

QuickQuokka
Member
Registered: 2022-05-26
Posts: 18

Re: I just fucked up my Pacman and it says that libssl.so.3 is missing

Aight guys that's enough everything I tried fucked up my system even more, and now it just kernel panicks. I know I can fix it still, but I don't have the energy. I think that Arch Linux may not be the best distro for me, because I've done a clean install thrice already because I fucked everything up in the past. I think I am going to try to distrohop for a while to search what I like better. I'm very interested in Debian and Fedora particularly.

Goobye guys, it's been a good 4 years.

Offline

Board footer

Powered by FluxBB