Post #2653378
2025-03-30 22:27 UTC
@alanc@fosstodon.org Success. Since I still had an unprivileged session active (and nobody else did), got someone with role=root to share their password. Normally I can sudo for admin, but couldn't when libcrypto.so.1.0.0 was not locatable. I recompiled a 1.0.2t openssl, and with su thatuser and su root put libcrypto.so.1.0.0 into the expected place. Everything is back to normal. Now to figure how I screwed it up.
Replies (1)
-
@alanc@fosstodon.org 2025-03-30 22:51
@nhbriggs@mastodon.social oh, once you had root access, you shouldn't need to recompile, just mount the previous BE and copy the file from there. At this point you probably want to run at least "pkg verify" to see what else was changed, and possibly "pkg fix" to fix it.