Differences

This shows you the differences between two versions of the page.

Link to this comparison view

64 [2012/10/16 12:23]
64 [2022/04/16 12:22] (current)
Line 1: Line 1:
  
 +
 +Missing software ?
 +
 +  * https://help.ubuntu.com/community/amd64/Cinelerra
 +  * http://www.linux.com/feature/119570
 +  * http://cv.cinelerra.org/getting_cinelerra.php
 +  * http://wiki.bluelightav.org/display/BLUE/32bit+v.+64bit
 +  * [[scratchbox]] : https://garage.maemo.org/tracker/index.php?func=detail&aid=4892&group_id=528&atid=1988
 +  * [[j2me]] : http://ubuntuforums.org/showthread.php?t=1064242
 +
 +
 +==== MULTIARCH ====
 +
 +  * http://wiki.debian.org/Multiarch/HOWTO
 +
 +  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
 +
 +MorE WinE :
 +
 +  * http://askubuntu.com/questions/156942/wine-installation-on-12-04-lts/201661#201661
 +
 +
 +  #| 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
 +    
 +    
 +==== IA32 ====
 +
 +  * http://packages.qa.debian.org/i/ia32-libs.html
 +
 +  sudo aptitude install  ia32-libs      
 +
 +==== 32 =====
 +
 +  /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
 +
 +==== exec ====
 +
 +  ldd /opt/*/bin/*
 + not a dynamic executable
 +
 +  sudo apt-get install ia32-libs
 +
 +
 +==== java ====
 +
 +<code>
 +
 +# 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/
 +#
 +</code>
 +
 +
 +===== remove =====
 +
 +  arch=i386
 +  sudo apt-get remove ".*:${arch}" # Yes, do as I say!
 +  sudo dpkg --remove-architecture ${arch}
 +  sudo apt-get update
 +
 +
 +===== MISC =====
 +
 +  * http://www.ponce.cc/porteus/x86_64/testing/Porteus-v1.1-rc2/Porteus-v1.1-rc2-x86_64.iso # ChRoot LiveCd
 +
 +
 +===== MORE =====
 +
 +@TaG: [[32]] [[amd64]] [[arch]] [[x86]] [[cpu]] [[ia32]] [[64bits]]
64.txt ยท Last modified: 2022/04/16 12:22 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki