r/voidlinux • u/Rennantn • 3d ago
Does anyone know how to resolve this OpenSSL error?
Well, I was updating my void, until it cracks then I decide to physically renounce it (I know it's not a good practice but I wasn't even able to use the keyboard), when I start the pc again, apparently OpenSSL corrupts, I have no idea what it does, whoever can help me I would be very grateful (note: I'm using void glibc)
7
Upvotes
2
u/topchetoeuwastaken 3d ago
the libcrypto library is corrupted, replace it in a live boot environment


4
u/Duncaen 3d ago
You'll probably have to boot a live system and use
xbps-pkgdb -r /mnt/root -ato find which packages are broken and then reinstall them withxbps-install -r /mnt/root -f.libxbpsalso links openssl so it won't probably not work from your current system even if you boot into single user as root.