View previous topic :: View next topic |
Author |
Message |
Palpatine n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 12 Oct 2004 Posts: 6
|
Posted: Thu Oct 14, 2004 6:01 am Post subject: ld-linux.so.2 - Falsche gcc version?? |
|
|
Hallo,
ich habe das Problem das wenn ich overnetclc starten möchte immer nur folgende Fehlermeldung kommt:
bash: /usr/bin/overnetclc: No such file or directory
Jetzt habe ich rausgefunden das es daran liegt das ich /lib/ld-linux.so.2 nicht habe. Ich habe einen link auf /lib/ld-2.3.4.so gesetzt, aber jetzt kommt immer:
bash: /usr/bin/overnetclc: Accessing a corrupted shared library
was kann das sein, oder besser: kann man dagegen was tun?
Danke!
Markus |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
mb Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/202645274043dc7e72bfa62.png)
Joined: 25 Apr 2002 Posts: 355 Location: Hessen | .de
|
Posted: Thu Oct 14, 2004 9:31 am Post subject: |
|
|
moin!
hast die des overnetclc als binary Paket installiert, oder selber kompiliert. Falls binary wurde ich es mal mit dem lib-compat ebuild versuchen.
hth,
#mb _________________ Linux ares 2.6.15-gentoo-r1 #4 SMP Mon Jan 16 17:38:31 CET 2006 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ AuthenticAMD GNU/Linux |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Palpatine n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 12 Oct 2004 Posts: 6
|
Posted: Thu Oct 14, 2004 9:42 am Post subject: |
|
|
Overnetcc gibt es leider nur als binary.
Wie versuche ich es denn als lib-compat ebuild?
Danke!
Markus |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
mb Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/202645274043dc7e72bfa62.png)
Joined: 25 Apr 2002 Posts: 355 Location: Hessen | .de
|
Posted: Thu Oct 14, 2004 9:50 am Post subject: |
|
|
einfach installieren...
Code: |
unlink /lib/ld-linux.so.2
emerge lib-compat
|
das paket *sollte* eine passende Version des /lib/ld-linux.so.2 installieren. Du müsstest u.U. noch den Symlink den du erstellt hast löschen.
#mb _________________ Linux ares 2.6.15-gentoo-r1 #4 SMP Mon Jan 16 17:38:31 CET 2006 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ AuthenticAMD GNU/Linux |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Palpatine n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 12 Oct 2004 Posts: 6
|
Posted: Thu Oct 14, 2004 10:24 am Post subject: |
|
|
Hat leider nicht geklappt:
overnetclc
Code: |
-bash: /usr/bin/overnetclc: No such file or directory
|
und scheinbar hat das packet auch nix erzeugt (zumindest nicht in /lib/)...
Code: |
~# ls -l /lib/ld*
-rwxr-xr-x 1 root root 1058712 Oct 12 21:12 /lib/ld-2.3.4.so
lrwxrwxrwx 1 root root 11 Oct 12 21:12 /lib/ld-linux-x86-64.so.2 -> ld-2.3.4.so
|
Vielleicht noch jemand ne idee wie ich das hinbekommen kann?
Danke auf jeden Fall schonmal!
Markus[/list] |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
mb Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/202645274043dc7e72bfa62.png)
Joined: 25 Apr 2002 Posts: 355 Location: Hessen | .de
|
Posted: Thu Oct 14, 2004 10:35 am Post subject: |
|
|
nich?
hmm.. denn mach mal bitte ein
Code: |
qpkg -f /lib/ld-linux.so.2
|
das sollte dir das ebuild nennen, welche diese Datei mitbringt..
#mb[/code] _________________ Linux ares 2.6.15-gentoo-r1 #4 SMP Mon Jan 16 17:38:31 CET 2006 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ AuthenticAMD GNU/Linux |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Palpatine n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 12 Oct 2004 Posts: 6
|
Posted: Thu Oct 14, 2004 10:54 am Post subject: |
|
|
Ich habs:
Code: | emul-linux-x86-compat | war der weg. jetzt Laufen overnet core und auch edonkey core.
Thx an alle!
Markus |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ts77 Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 23 Mar 2003 Posts: 200 Location: Berlin, Germany
|
Posted: Thu Oct 14, 2004 11:55 am Post subject: |
|
|
ich glaub ein hinweis auf die nutzung von amd64 im 64bit-modus hätte auch am anfang geholfen.
ist dort halt doch einiges anders . |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
mb Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/202645274043dc7e72bfa62.png)
Joined: 25 Apr 2002 Posts: 355 Location: Hessen | .de
|
Posted: Thu Oct 14, 2004 11:59 am Post subject: |
|
|
arrgh.. hab ich gar net gepeilt..
das ls -l /lib/ld* hat ja einen dezenten hinweis drauf gegeben...
naja.. nun läufts ja..
#mb _________________ Linux ares 2.6.15-gentoo-r1 #4 SMP Mon Jan 16 17:38:31 CET 2006 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ AuthenticAMD GNU/Linux |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|