Date: Tue, 18 Jun 2002 19:30:22 -0700 From: Peter Wemm <peter@wemm.org> To: ia64@freebsd.org Subject: Yay! Message-ID: <20020619023022.1825A3811@overcee.wemm.org>
next in thread | raw e-mail | index | archive | help
Yeehar! I discovered the problem that was breaking dynamic binaries and sometimes static binaries: ia64# mkdir -p /compat/ia32/usr/libexec/ ia64# cp /tmp/ld-elf.so.1 /compat/ia32/usr/libexec/ ia64# mkdir -p /compat/ia32/usr/lib ia64# cp /tmp/libc.so.5 /compat/ia32/usr/lib ia64# file /tmp/id /tmp/id: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), dynamically linked (uses shared libs), stripped ia64# /tmp/id uid=0(root) gid=0(wheel) groups=0(wheel), 2(kmem), 3(sys), 4(tty), 5(operator), 20(staff), 31(guest) Commit coming up... Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020619023022.1825A3811>