You are not logged in.
I tried to update openssl on an older machine, and now am getting:
"`GLIBC_2.14' not found (required by /usr/lib/libssl.so.1.0.0)"
for various commands including pacman. I have the glibc-2.14.1-1-x86_64.pkg.tar.xz pkg on my machine, but cannot install it. Lots of stuff doesn't work, does anyone know how I can fix this?
thanks,
--charlie
Last edited by cfarinella (2012-04-23 18:57:31)
Offline
Is your system up to date in it's totality (pacman -Syu)?
Burninate!
Offline
Is your system up to date in it's totality (pacman -Syu)?
It's not, and I don't know if I can do that, it might break some stuff that our developers have running.
At the moment, without pacman being usable, I couldn't do it if I wanted. :-(
Offline
I've "solved" it for now, by grabbing libssl.so and libcrypt.so from another machine and swapping them out. For now I can function.
thanks,
--charlie
Offline
"`GLIBC_2.14' not found (required by /usr/lib/libssl.so.1.0.0)"
That's strange - sure it doesn't say "2.15"?
You should have recompiled openssl, rather than changed just 2 of its files. That's very unsafe - e.g. what about /usr/lib/engines/*.so?
Offline