On Thu, Feb 20, 2014 at 07:41:53PM +0100, René Bleisch wrote: > echo "Enable multiarch support" > $ROOTCMD dpkg --add-architecture i386 > $ROOTCMD apt-get update > $ROOTCMD apt-get install -y --force-yes ia32-libs
Indeed, that would work, as my own experiments proved as well. What does not work is including the i386 package in one of the package_config files. Your case would correspond to: PACKAGES install ia32-libs:i386 -- Toomas
