Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
libc.so.6 and librt.so.1 error
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
dbasinge
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jul 2002
Posts: 86
Location: Salt Lake City, UT

PostPosted: Mon Feb 03, 2003 4:09 am    Post subject: libc.so.6 and librt.so.1 error Reply with quote

I'm getting the following errors while trying to install Hero Designer (character creator software from Hero Games).

Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
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

Launching installer...

rm: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
rm: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory

I have emerge lib-compat 1.1.

This software worked under RedHat 8.0

Thanks,
Mike
_________________
D. Michael Basinger, RHCE
If at first you don't succeed, skydiving is not for you. - Anonymous
Back to top
View user's profile Send private message
yozik
n00b
n00b


Joined: 05 Dec 2002
Posts: 42
Location: Oregon, USA

PostPosted: Mon Feb 03, 2003 6:06 am    Post subject: Reply with quote

Quote:
rm: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
rm: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory

I have emerge lib-compat 1.1.


do you have libc.so.6 installed on oyur system? I would think you do, but it is better to check and be sure.
If you have something like libc.so.6.2 then you can try to make a sym. link
Code:
ln -s target linkname
from the one installed.

I would give that a try :-)
Back to top
View user's profile Send private message
guydeschepper
n00b
n00b


Joined: 29 Sep 2002
Posts: 13

PostPosted: Mon Feb 03, 2003 4:59 pm    Post subject: Reply with quote

I have exactly the same problem when trying to install IntelliJ Idea v3.01 (a java IDE that is)

I checked for libc.so.6 and librt.so.1 and found them in /lib

I checked /etc/ld.so.conf and "/lib" was not in there. I added it to /etc/env.d/00basic and executed "env-update".
Then I checked back /etc/ld.so.conf and "/lib" was added.

But still i get the same error messages (even after rebooting the machine)

Note: Yesterday I had a problem starting XWindows. I then also got an error on some libraries that weren't found.
adding the path to those libraries in /etc/ld.so.conf solved the problem.
Not this time unfortunately :-(

I also found something similar in another forum when someone tried to install LimeWire.
There they suggested to open the .bin file in a text editor and adding this line:
Code:
unset LD_ASSUME_KERNEL


I did that, but after this modification the installation routine told me there was something wrong
with the installation file and that I should download it again.

Anyone ?

Thanx,

Guy
Back to top
View user's profile Send private message
guydeschepper
n00b
n00b


Joined: 29 Sep 2002
Posts: 13

PostPosted: Mon Feb 03, 2003 6:13 pm    Post subject: Reply with quote

After posting my message to this thread, I came across another one here at the forums
which is more specific to my prob: IntelliJ Idea v3.01.

Maybe you should have a look at it too.
Here is the link:
https://forums.gentoo.org/viewtopic.php?p=193928#193928
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum