You are not logged in.
Pages: 1
So far I've follow this guide I downloaded&Installed all the dependencies, then I ran
yaourt -S nspluginwrapper nspluginwrapper-flash
But when I try and run nspluginwrapper -v -a -i I get this:
Auto-install plugins from /usr/lib/mozilla/plugins
Looking for plugins in /usr/lib/mozilla/plugins
/usr/lib/nspluginwrapper/i386/linux/npviewer.bin: error while loading shared libraries: libXdamage.so.1: wrong ELF class: ELFCLASS64
Auto-install plugins from /usr/lib/firefox/plugins
Looking for plugins in /usr/lib/firefox/plugins
/usr/lib/nspluginwrapper/i386/linux/npviewer.bin: error while loading shared libraries: libXdamage.so.1: wrong ELF class: ELFCLASS64
/usr/lib/nspluginwrapper/i386/linux/npviewer.bin: error while loading shared libraries: libXdamage.so.1: wrong ELF class: ELFCLASS64
Auto-install plugins from /home/pat/.mozilla/plugins
Looking for plugins in /home/pat/.mozilla/plugins
/usr/lib/nspluginwrapper/i386/linux/npviewer.bin: error while loading shared libraries: libXdamage.so.1: wrong ELF class: ELFCLASS64
What did I do wrong...?
Offline
You need lib32-libxdamage.
Offline
Thanks that worked!
Offline
When you see errors like this:
error while loading shared libraries: libXdamage.so.1: wrong ELF class: ELFCLASS64
what's happening is that the system is looking for a file, in this case libXdamage, finds a copy but it's for the wrong architecture. Since you have a multi-lib setup now, these kinds of errors will come up every once in a while. On some occasions the library you're looking for may not be in community, but will be in AUR.
By the way, welcome to the forums.
Offline
Pages: 1