View previous topic :: View next topic |
Author |
Message |
flammenflitzer Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/409843123410eaf2de9947.gif)
Joined: 25 Nov 2003 Posts: 3541 Location: Berlin
|
Posted: Sat Sep 17, 2005 3:43 pm Post subject: PlugIn von Firefox 64bit |
|
|
Ich bekomme die PlugIn von Firefox nicht hin
www-client/mozilla-firefox 1.0.6-r7
Code: |
cat /usr/bin/firefox
#!/bin/sh
#
# Stub script to run mozilla-launcher. We used to use a symlink here
# but OOo brokenness makes it necessary to use a stub instead:
# http://bugs.gentoo.org/show_bug.cgi?id=78890
export MOZILLA_LAUNCHER=firefox
export MOZILLA_LIBDIR=/usr/lib64/mozilla-firefox
export MOZ_PLUGIN_PATH=${MOZ_PLUGIN_PATH:-/usr/lib64/nsbrowser/plugins}
exec /usr/libexec/mozilla-launcher "$@"
|
Ich habe die PlugIn aus
Code: | /opt/netscape/plugins |
als da sind
Code: | flashplayer.xpt libflashplayer.so mplayerplug-in.so mplayerplug-in.xpt |
nach /usr/lib64/nsbrowser/plugins sowie
nach /usr/lib64/mozilla-firefox/plugins
nach /usr/lib64/mozilla/plugins
nach /usr/lib64/MozillaFirefox/plugins
verlinkt.
Außerdem habe ich in /opt/netscape/plugins die Rechte geändert.
Hilft alles nichts.
Macht es Sinn den Pfad
Code: | export MOZ_PLUGIN_PATH=${MOZ_PLUGIN_PATH:-/usr/lib64/nsbrowser/plugins} |
in
Code: | export MOZ_PLUGIN_PATH=${MOZ_PLUGIN_PATH:-/usr/lib32/nsbrowser/plugins} |
zu ändern?
Code: | ls /usr/lib32/nsbrowser/plugins
flashplayer.xpt libflashplayer.so |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Kaervek n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 10 Aug 2003 Posts: 28
|
Posted: Sat Sep 17, 2005 5:03 pm Post subject: |
|
|
Du kannst leider keine 32 Bit Plugins in einem 64 Bit Browser verwenden.
Entweder du installierst dir einen 32 Bit Browser, oder du musst die Plugins kompilieren. Letzeres ist aber leider leichter gesagt als getan, fuer flash gibt es kein vernuenftiges Plugin im Quellcode.
Ich verwende montan einen 32 Bit Opera. Dazu ein 32 Bit Java und die 32 Bit netscape plugins.
Vorher habe ich einen 64 Bit Mozilla/Firefox versucht flash nahe zu bringen. Aber das war alles nichts halbes und nichts ganzes .
Den 64 Bit Browser verwende ich jetzt ganz normal (java geht z,B, Problemlos). Nur wenn ich absolut und umbedingt eine Flash Seite ansehen muss nehme ich Opera. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|