Hi Michael,
I check the server version. It has been updated to 11.10. I don't know that.
Sorry for this.
Thanks~~
Yours Terry
-----Original Message----- From: Michael Hope [mailto:michael.hope@linaro.org] Sent: 2012年1月11日 15:37 To: Lv Terry-R65388 Cc: linaro-toolchain@lists.linaro.org Subject: Re: Running pre-built linaro toolchain failed on Ubuntu 11.04, 64bit server
On Wed, Jan 11, 2012 at 8:23 PM, Lv Terry-R65388 r65388@freescale.com wrote:
Hi Michael,
dpkg -S ld-2.13 outputs is:
r65388@shlinux3:~/toolchain_ltib/gcc-linaro-4.6.3-glibc-2.13-singlelib -2011.12/arm-fsl-linux-gnueabi/bin$ dpkg -S ld-2.13 libc6: /lib/x86_64-linux-gnu/ld-2.13.so libc6-dbg: /usr/lib/debug/lib32/ld-2.13.so libc6-dbg: /usr/lib/debug/lib/x86_64-linux-gnu/ld-2.13.so libc6-i386: /lib32/ld-2.13.so libc6:i386: /lib/i386-linux-gnu/ld-2.13.so
ia32-libs-multiarch is a recommended package founded when install ia32-libs.
Some comments from google: " Multi-arch versions of former ia32-libraries This package depends on i386 versions of packages that were removed from ia32-libs and transitioned to multi-arch. This allows applications using ia32-libs in previous Ubuntu releases to continue functioning without missing libraries. "
I think ia32-libs-multiarch is similar to ia32-libs, but may have better compatibility.
You mentioned 11.04 earlier which is Ubuntu Natty. According to packages.ubuntu.com, ia32-libs-multiarch first appeared in the next release, Oneiric.
Where did ia32-libs-multiarch come from?
FYI, here's what I see on Natty:
cbuild@crucis-natty:/etc/ld.so.conf.d$ apt-cache search multiarch libpango1.0-0 - Layout and rendering of internationalized text multiarch-support - Transitional package to ensure multiarch compatibility apt-cross - retrieve, build and install libraries for cross-compiling gdb-multiarch - The GNU Debugger (with support for multiple architectures) binutils-multiarch - Binary utilities that support multi-arch targets
cbuild@crucis-natty:/etc/ld.so.conf.d$ lsb_release -a LSB Version: <snip> Distributor ID: Ubuntu Description: Ubuntu 11.04 Release: 11.04 Codename: natty
-- Michael