
Code: Select all
emerge adobe-flash nspluginwrapper
Same here. I had seamonky 64bit compiled running adobe flash perfectly without any problems by using nspluginwrapper so far, but the latest system/world update shreddered flash completely. Even firefox-bin 32-bit does not show flash videos anymore, even http://www.macromedia.com/support/docum ... ger07.html refuses to work.wilsonsamm wrote:How do we do this these days? On my system, it was working untill recently when adobe released version 10.1 or something.
nspluginwrapper is installed on my system. I don't know what it's role is, and it hasn't made any visible impact on the about:plugins page in my firefox. Do I need to use firefox-bin or is (self-compiled) firefox OK too?
If I start firefox-bin or seamonky from xterm, then I see this warning/error:Movie not loaded ...
About Adobe Flash Player 10 ...
Firefox-bin with Flash works fine** on my amd64 system. I am using nspluginwrapper. Did you emerge adobe-flash with the multilib USE flags enabled? Oddly enough, my adobe-flash has multilib enabled but nspuginwrapper disabled yet it seems to work fine.**khippy wrote:If I start firefox-bin or seamonky from xterm, then I see this warning/error:
Adobe Flash Player error: could not load cURL library
Note, that firefox-bin located at /opt does not carry any curl libraries with it and I only have 64 bit curl libs at my system. That is the error I assume. Can anybody verify that?

So now, I am lost. Why the heck does adobe-flash report a problem with curl, here?$ emerge -pv adobe-flash
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] www-plugins/adobe-flash-10.1.82.76-r1 USE="(multilib) nspluginwrapper" 0 kB
Total: 1 package (1 reinstall), Size of downloads: 0 kB
I continue to use amd64 10.0wilsonsamm wrote:How do we do this these days?
Code: Select all
$ nspluginwrapper -l
/usr/lib/nsbrowser/plugins/npwrapper.libflashplayer.so
Original plugin: //opt/Adobe/flash-player32/libflashplayer.so
Plugin viewer: /usr/lib64/nspluginwrapper/i386/linux/npviewer
Wrapper version string: 1.3.0
/usr/lib64/nsbrowser/plugins/npwrapper.libflashplayer.so
Original plugin: //opt/Adobe/flash-player32/libflashplayer.so
Plugin viewer: /usr/lib64/nspluginwrapper/i386/linux/npviewer
Wrapper version string: 1.3.0Code: Select all
ls -R /etc/pango
/etc/pango:
i686-pc-linux-gnu/ pangox.aliases x86_64-pc-linux-gnu/
/etc/pango/i686-pc-linux-gnu:
pango.modules
/etc/pango/x86_64-pc-linux-gnu:
pango.modulesCode: Select all
# pango-querymodules32 > /etc/pango/i686-pc-linux-gnu/pango.modules
looks well to me.# nspluginwrapper -l
/usr/lib/seamonkey/plugins/npwrapper.libflashplayer.so
Original plugin: //opt/Adobe/flash-player32/libflashplayer.so
Plugin viewer: /usr/lib64/nspluginwrapper/i386/linux/npviewer
Wrapper version string: 1.3.0
/usr/lib64/seamonkey/plugins/npwrapper.libflashplayer.so
Original plugin: //opt/Adobe/flash-player32/libflashplayer.so
Plugin viewer: /usr/lib64/nspluginwrapper/i386/linux/npviewer
Wrapper version string: 1.3.0
/usr/lib/nsbrowser/plugins/npwrapper.libflashplayer.so
Original plugin: //opt/Adobe/flash-player32/libflashplayer.so
Plugin viewer: /usr/lib64/nspluginwrapper/i386/linux/npviewer
Wrapper version string: 1.3.0
/usr/lib64/nsbrowser/plugins/npwrapper.libflashplayer.so
Original plugin: //opt/Adobe/flash-player32/libflashplayer.so
Plugin viewer: /usr/lib64/nspluginwrapper/i386/linux/npviewer
Wrapper version string: 1.3.0
/usr/lib32/libcurl.so.4 is available and the only hit.32701 open("/opt/firefox/libcurl.so.4", O_RDONLY) = -1 ENOENT (No such file or directory)
32701 open("/usr/lib32/libcurl.so.4", O_RDONLY) = 14
32701 open("/opt/firefox/libcurl-gnutls.so.4", O_RDONLY) = -1 ENOENT (No such file or directory)
32701 open("/lib32/libcurl-gnutls.so.4", O_RDONLY) = -1 ENOENT (No such file or directory)
32701 open("/usr/lib32/libcurl-gnutls.so.4", O_RDONLY) = -1 ENOENT (No such file or directory)
32701 open("/opt/firefox/libcurl.so.3", O_RDONLY) = -1 ENOENT (No such file or directory)
32701 open("/lib32/libcurl.so.3", O_RDONLY) = -1 ENOENT (No such file or directory)
32701 open("/usr/lib32/libcurl.so.3", O_RDONLY) = -1 ENOENT (No such file or directory)
32701 open("/opt/firefox/libcurl-gnutls.so.3", O_RDONLY) = -1 ENOENT (No such file or directory)
32701 open("/lib32/libcurl-gnutls.so.3", O_RDONLY) = -1 ENOENT (No such file or directory)
32701 open("/usr/lib32/libcurl-gnutls.so.3", O_RDONLY) = -1 ENOENT (No such file or directory)
32701 open("/opt/firefox/libcurl.so.4", O_RDONLY) = -1 ENOENT (No such file or directory)
Code: Select all
# file /usr/lib32/libcurl.so.4
/usr/lib32/libcurl.so.4: symbolic link to `libcurl.so.4.2.0'
# file /usr/lib32/libcurl.so.4.2.0
/usr/lib32/libcurl.so.4.2.0: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, stripped
# ldd /usr/lib32/libcurl.so.4.2.0
linux-gate.so.1 => (0xffffe000)
libldap-2.4.so.2 => /usr/lib32/libldap-2.4.so.2 (0xf7702000)
librt.so.1 => /lib32/librt.so.1 (0xf76d4000)
libgssapi_krb5.so.2 => /usr/lib32/libgssapi_krb5.so.2 (0xf76ab000)
libkrb5.so.3 => /usr/lib32/libkrb5.so.3 (0xf7621000)
libk5crypto.so.3 => /usr/lib32/libk5crypto.so.3 (0xf75fc000)
libcom_err.so.2 => /lib32/libcom_err.so.2 (0xf75f8000)
libresolv.so.2 => /lib32/libresolv.so.2 (0xf75e3000)
libssl.so.0.9.8 => not found
libcrypto.so.0.9.8 => not found
libdl.so.2 => /lib32/libdl.so.2 (0xf75de000)
libz.so.1 => /lib32/libz.so.1 (0xf75cb000)
libc.so.6 => /lib32/libc.so.6 (0xf7485000)
liblber-2.4.so.2 => /usr/lib32/liblber-2.4.so.2 (0xf7478000)
libssl.so.0.9.8 => not found
libcrypto.so.0.9.8 => not found
libpthread.so.0 => /lib32/libpthread.so.0 (0xf745e000)
/lib/ld-linux.so.2 (0x4b28d000)
libkrb5support.so.0 => /usr/lib32/libkrb5support.so.0 (0xf7456000)
Code: Select all
$ grep curl out
11589 open("/opt/firefox/libcurl.so.4", O_RDONLY) = -1 ENOENT (No such file or directory)
11589 open("/usr/lib32/libcurl.so.4", O_RDONLY) = 14
Shame on meBitJam wrote:Revdep-rebuild sounds like an excellent idea. I had assumed your system was up-to-date.

Code: Select all
set HWAccel xv
set Renderer opengl

Code: Select all
equery f adobe-flash