On 8/7/06, kashani <[EMAIL PROTECTED]> wrote:
Mark Knecht wrote:
> basename: error while loading shared libraries: libc.so.6: cannot open
> shared object file: No such file or directory
> hostname: error while loading shared libraries: libc.so.6: cannot open
> shared object file: No such file or directory
Binary installs sometimes err on the side of older libc.
emerge -s compat
* sys-libs/lib-compat
Latest version available: 1.4.1
Latest version installed: [ Not Installed ]
Size of files: 3,093 kB
Homepage: http://www.gentoo.org/
Description: Compatibility C++ and libc5 and libc6 libraries for
programs new and old
License: GPL-2
You may need some other compat libs as well, but I'd see how far
lib-compat gets you before going crazy with installing other packages.
Mark, you're in the Bay Area aren't you? Going to be a Linux World next
week? I work about five blocks away and it would be cool to put some
faces to names and get a beer or two.
kashani
Kashani,
I had no plans for Linux World. Never been to one. That said it
sounds like fun. Let's try to work something up off list. I'm down in
Los Gatos. If other Gentoo users are nearby maybe they can drop one of
us a note off list and we can make it a small party. Sounds like fun.
OK, I emerged lib-compat but it didn't change the results:
dragonfly ~ # eix -Ic lib-compat
[I] sys-libs/lib-compat (1.4.1): Compatibility C++ and libc5 and libc6
libraries for programs new and old
Found 1 matches
dragonfly ~ #
After running updatedb slocate finds the library:
dragonfly ~ # slocate libc.so
/lib/libc.so.6
/usr/lib/libc.so
/usr/lib/libc.so.5
[EMAIL PROTECTED] ~/Desktop $ sh ./thinkorswim_installer.bin
Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
awk: error while loading shared libraries: libdl.so.2: cannot open
shared object file: No such file or directory
dirname: error while loading shared libraries: libc.so.6: cannot open
shared obj ect file: No such file or directory
/bin/ls: error while loading shared libraries: librt.so.1: cannot open
shared ob ject file: No such file or directory
<SNIP>
Same sort of problem for libdl.so.2:
[EMAIL PROTECTED] ~/Desktop $ slocate libdl.so
/lib/libdl.so.2
/usr/lib/libdl.so
[EMAIL PROTECTED] ~/Desktop $
and again for librt.so.1:
[EMAIL PROTECTED] ~/Desktop $ slocate librt.so
/lib/librt.so.1
/usr/lib/librt.so
[EMAIL PROTECTED] ~/Desktop $
So is this some sort of path problem? The installer expects the
library to be in a certain location? Maybe a symlink from there to
/lib/libc.so.6?
Thanks for getting me closer, and I'll check out Linux World for dates
to see when I could make it.
Cheers,
Mark
--
gentoo-user@gentoo.org mailing list