Hi, testing on an actual ia64 revealed that the depends on latest libc6 is unneeded, the ldconfig already finds the libs on its own without the new /lib/ldconfig dir.
So debian rules can do with a tiny change: # Set Arch specific variables # On amd64 some package compile 32bit debs directly. # Skip converting them and Depend on them instead. ifeq (amd64,$(DEB_HOST_ARCH)) lib_depends = libc6-i386 (>= 2.3.6-2), lib32z1 FILTER = zlib1g libc6 libgcc1 EXTRA_INSTALL = else - lib_depends = libc6 (>= 2.3.6-2) + lib_depends = FILTER = libgcc1 EXTRA_INSTALL = install-ia32-libs-dev install-lib32gcc1 endif MfG Goswin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]