View previous topic :: View next topic |
Author |
Message |
TheJoker89 Tux's lil' helper
Joined: 10 Jan 2006 Posts: 132
|
Posted: Tue Jan 10, 2006 7:16 pm Post subject: Azureus start Problem |
|
|
Hallo,
ich wollte mir einfach mal so just 4 fun 'n Gentoo Linux sys
installieren (tat ich dann auch)
Das alles hat wunderbar geklappt, doch ich möchte auf meinen rechner auch
Azureus laufen lassen...
Immer wenn ich Azureus starten will kommt das folgende:
Attempting to start Azureus...
Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/lib/azureus/libswt-motif-3106.so: libXm.so.2: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1511)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:100)
at org.eclipse.swt.internal.motif.OS.<clinit>(OS.java:20)
at org.eclipse.swt.graphics.Device.<clinit>(Device.java:89)
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.<init>(SWTThread.java:75)
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(SWTThread.java:58)
at org.gudy.azureus2.ui.swt.mainwindow.Initializer.<init>(Initializer.java:107)
at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:71)
at org.gudy.azureus2.ui.swt.Main.main(Main.java:98)
also ich habe schon überprüft, ob die datei libswt-motif-3106.so existiert und das tut sie, wie auch libXm.so.
weiß jemand wie ich dieses Problem beheben kann?
EDIT: habe jetzt die libXm.so kopiert und libXm.so.2 genannt, daraufhin hat azureus 1 mal gestartet und danach nie mehr,
jetzt kommt ein neuer fehler (werde ich später posten)
Last edited by TheJoker89 on Tue Jan 10, 2006 7:41 pm; edited 1 time in total |
|
Back to top |
|
|
wollja Tux's lil' helper
Joined: 09 Apr 2005 Posts: 94 Location: Berlin
|
Posted: Tue Jan 10, 2006 7:40 pm Post subject: |
|
|
vielleicht malausführen? _________________ Wenn man etwas nicht reparieren kann, ist es auch nicht kaputt! |
|
Back to top |
|
|
TheJoker89 Tux's lil' helper
Joined: 10 Jan 2006 Posts: 132
|
Posted: Wed Jan 11, 2006 3:29 pm Post subject: |
|
|
-bash: revdep-rebuild: command not found |
|
Back to top |
|
|
magir Tux's lil' helper
Joined: 19 Sep 2002 Posts: 95 Location: Germany
|
Posted: Wed Jan 11, 2006 3:58 pm Post subject: |
|
|
Code: |
bash# su -
passwort eingeben
bash# revdep-rebuild -p
shauen was alles kaputt ist
bash# revdep-rebuild
reparieren |
|
|
Back to top |
|
|
firefly Watchman
Joined: 31 Oct 2002 Posts: 5328
|
Posted: Wed Jan 11, 2006 4:08 pm Post subject: |
|
|
TheJoker89:
revdep-rebuild befindet sich in gentoolkit
-> emerge gentoolkit _________________ Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn. |
|
Back to top |
|
|
TheJoker89 Tux's lil' helper
Joined: 10 Jan 2006 Posts: 132
|
Posted: Sat Jan 14, 2006 3:49 pm Post subject: |
|
|
geht leider immernoch nicht (habe das n paar mal ausgeführt) |
|
Back to top |
|
|
tango Apprentice
Joined: 24 Jan 2005 Posts: 251
|
Posted: Sat Jan 14, 2006 4:40 pm Post subject: |
|
|
su
emerge -av gentoolkit
revdep-rebuild -p
Welches Azureus hast du denn, welches Java ?
tango |
|
Back to top |
|
|
scourge n00b
Joined: 13 Jun 2005 Posts: 51 Location: Germany
|
Posted: Sat Jan 14, 2006 5:22 pm Post subject: |
|
|
Versuch mal:
cd /usr/lib
ln -s libXm.so libXm.so.2
Bei mir gibts nur die libXm.so.3 und keine .2, die /usr/lib/azureus/libswt-motif-3106.so hab ich btw auch nicht. Wenn das nicht hilft einfach mal openmotif neu emergen, mehr fällt mir imo nicht ein. |
|
Back to top |
|
|
TheJoker89 Tux's lil' helper
Joined: 10 Jan 2006 Posts: 132
|
Posted: Thu Jan 19, 2006 4:06 pm Post subject: |
|
|
also ich hab einfach azureus gemerged (das unmasked 2.3.0.4)
und das java wird a dank portage mitinstalliert |
|
Back to top |
|
|
tost Guru
Joined: 10 Dec 2005 Posts: 506
|
Posted: Thu Jan 19, 2006 4:30 pm Post subject: |
|
|
Ich kann dir nur sagen schau das dein java in $PATH ist und nimm den orig. Client
tost |
|
Back to top |
|
|
TheJoker89 Tux's lil' helper
Joined: 10 Jan 2006 Posts: 132
|
Posted: Thu Jan 19, 2006 6:46 pm Post subject: |
|
|
org. client isses ja, da Ebuild und ich hab rausgefunden wie das java hieß
dass ich benutzt habe : Blackstorm |
|
Back to top |
|
|
tost Guru
Joined: 10 Dec 2005 Posts: 506
|
Posted: Thu Jan 19, 2006 7:34 pm Post subject: |
|
|
Ich meinte die Version von azureus.sf.net
Herunterladen, nach /opt oder irgendwo entpacken einen Symlink in $Path setzen fertig.
Bei ein zwei Programmen ist diese Vorgehensweise "ganz nett", ansonsten verliert man schnell die Übersicht.
tost |
|
Back to top |
|
|
|