View Full Version : [SOLVED] ssh fails, "libintl.so not found"
tombrown
June 9th, 2010, 01:45 PM
I have just installed Ubuntu 10.04 and run all the software updates.
When I use ssh the program is failing with the following error:
ssh blah@blah.com
Password:
/libexec/ld-elf.so.1: Shared object "libintl.so.8" not found, required by "bash"
Connection to blah.com closed.
I'm guessing this is some sorting of linking failure. Does anyone have a remedy?
Many thanks,
Tom
chrisstankevitz
September 26th, 2011, 10:10 PM
Sorry, Ubuntu does not support libintl.
Kelketek
September 27th, 2011, 04:45 AM
There's a nifty project that's called 'getlibs' that may solve your problem here. Since linked shared objects are actually a fairly common problem, someone made a little program specifically for the purpose of hunting them down and installing them.
The guy above me has more posts than me, so perhaps he's right, and you just need to compile in such a way that you don't need that library. But assuming he isn't, or you're lost for a method, here's something I would try:
wget http://frozenfox.freehostia.com/cappy/getlibs-all.deb
sudo dpkg -i getlibs-all.deb
sudo getlibs libintl.so
sudo ldconfigThat should get and install the getlibs, find the desired shared object from the net and install it, then update your shared object configuration.
If it doesn't work, please reply with the output from getlibs when you ran the command, and the output of:
sudo ldconfig -v
The result after doing:
sudo updatedb
locate libintl.so
And the contents of the files in:
/etc/ld.so.conf.d
tombrown
September 27th, 2011, 08:00 PM
Dear Kelktek and chrisstankevitz,
Thank you very much for taking the time to reply. I think I resolved my problem but can't remember how. I'm sorry, I should have closed the thread earlier.
Apologies,
Tom
Powered by vBulletin® Version 4.2.2 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.