Missing software ?
arch=i386 sudo aptitude install -t testing dpkg sudo dpkg --add-architecture ${arch} sudo aptitude update sudo aptitude install linux-libc-dev:${arch} aptitude install binutils-multiarch multiarch-support
sudo apt-get install libarchive12:i386 sudo apt-get -t testing install multiarch-support:i386
sed -e 's|deb |deb [arch=amd64,i386] |g' -i /etc/apt/sources.list
#| p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory apt-file search gnome-keyring-pkcs11.so #| gnome-keyring: /usr/lib/x86_64-linux-gnu/pkcs11/gnome-keyring-pkcs11.so sudo aptitude install gnome-keyring:i386
sudo aptitude install ia32-libs
/usr/bin/ld: i386:x86-64 architecture of input file `...' is incompatible with i386 output
": wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch)"
http://askubuntu.com/questions/88863/how-to-use-the-32-bit-jvm-on-a-64-bit-os/95940#95940
http://mail.openjdk.java.net/pipermail/jdk6-dev/2008-August/000118.html# JavA
https://forums.oracle.com/forums/thread.jspa?threadID=1743880
ldd /opt/*/bin/* not a dynamic executable
sudo apt-get install ia32-libs
# A fatal error has been detected by the Java Runtime Environment: # # Internal Error (classFileParser.cpp:3075), pid=25858, tid=139668455766288 # Error: ShouldNotReachHere() # # JRE version: 6.0-b16 # Java VM: OpenJDK 64-Bit Server VM (14.0-b16 mixed mode linux-amd64 ) # Distribution: Ubuntu 9.10, package 6b16-1.6.1-3ubuntu1 # An error report file with more information is saved as: # /.../hs_err_pid25858.log # # If you would like to submit a bug report, please include # instructions how to reproduce the bug and visit: # https://bugs.launchpad.net/ubuntu/+source/openjdk-6/ #
arch=i386 sudo apt-get remove ".*:${arch}" # Yes, do as I say! sudo dpkg --remove-architecture ${arch} sudo apt-get update