You are not logged in.
I just upgraded all the lib32 packages today, and now Opera won't start with the following message:
ERROR: ld.so: object 'libjvm.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libawt.so' from LD_PRELOAD cannot be preloaded: ignored.
/usr/lib/opera/9.23-20070809.6/opera: error while loading shared libraries: libz.so.1: wrong ELF class: ELFCLASS64
Last edited by heleos (2007-08-26 05:20:39)
Offline
I just Syu'ed and there's no problem with Opera here.
Offline
Are you on 64 bit?
I also noticed that the flash player no longer works on konqueror. Trying to run nspluginwrapper gives me:
/usr/lib/nspluginwrapper/i386/linux/npviewer.bin: error while loading shared libraries: libpcre.so.0: wrong ELF class: ELFCLASS64
Offline
Nope, sorry, bit too early in the morning for me to realize that you'd be on 64bit.
Offline
You might post this down in the Arch64 section....That way folks will know it's an issue on Arch64..:) Sorry can't be of any help.
Offline
Yeah, I already noticed there was a post there for it
Offline
This is the diff to modified, working PKGBUILD:
--- PKGBUILD.old 2007-08-27 14:50:22.000000000 +0200
+++ PKGBUILD 2007-08-27 14:48:16.000000000 +0200
@@ -15,5 +15,7 @@
build() {
cd $startdir/src
mkdir -p $startdir/pkg/opt/lib32/usr/lib
+ mkdir -p $startdir/pkg/opt/lib32/lib
cp -dp usr/lib/*.so* $startdir/pkg/opt/lib32/usr/lib
+ cp -dp lib/*.so* $startdir/pkg/opt/lib32/lib
}
Offline
Solved in the repository as of lib32-zlib 1.2.3-2.1.
Last edited by Rulatir (2007-08-29 10:32:23)
Offline