From owner-freebsd-emulation Fri May 5 0:13:40 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from oxygen.yy.ics.keio.ac.jp (oxygen.yy.ics.keio.ac.jp [131.113.47.3]) by hub.freebsd.org (Postfix) with ESMTP id 02EED37B9C9; Fri, 5 May 2000 00:13:37 -0700 (PDT) (envelope-from sanpei@sanpei.org) Received: from lavender.yy.cs.keio.ac.jp (ppp162.dialup.st.keio.ac.jp [131.113.27.162]) by oxygen.yy.ics.keio.ac.jp (8.9.3+3.2W/3.7W) with ESMTP id QAA21955; Fri, 5 May 2000 16:13:33 +0900 (JST) (envelope-from sanpei@sanpei.org) Received: (from sanpei@localhost) by lavender.yy.cs.keio.ac.jp (8.9.3/3.7W) id QAA08503; Fri, 5 May 2000 16:13:28 +0900 (JST) Date: Fri, 5 May 2000 16:13:28 +0900 (JST) Message-Id: <200005050713.QAA08503@lavender.yy.cs.keio.ac.jp> To: sanpei@sanpei.org Cc: kuriyama@FreeBSD.ORG, freebsd-emulation@FreeBSD.ORG, sanpei@sanpei.org Subject: Re: Loading rtc.ko failed on -current In-Reply-To: Your message of "Thu, 4 May 2000 21:46:36 JST". <200005041246.VAA07470@lavender.yy.cs.keio.ac.jp> From: sanpei@sanpei.org (MIHIRA Yoshiro) X-Mailer: mnews [version 1.21] 1997-12/23(Tue) Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> >> >> On my "few-hours-ago make world"ed 5.0-current, kldload complains >> >> below at loading rtc.ko, vmnet.ko and vmmon.ko. >> >> >> >> link_elf: symbol linux_ioctl_register_handler undefined >> >> link_elf: symbol linux_ioctl_register_handler undefined >> >> link_elf: symbol linux_ioctl_register_handler undefined >> >> >> >> Are there occured only my environment? >> >> I also have this problem. I can't use vmware2 in 5-current any more :-< >> >> and ldconfig in /usr/sbin/linux was core dumped. >> >> cherry# /compat/linux/sbin/ldconfig >> Segmentation fault(core dumped) >> pid 313 (ldconfig), uid 0: exited on signal 11 (core dumped) This ldconfig problem solved with src/UPDATING. 20000417: The method that we brand ELF binaries has changed to be more acceptible to the binutils maintainers. You will need to rebrand your ELF binaries that aren't native. One problem binary is the Linux ldconfig. After your make world, but before you reboot, you'll neeed to issue: brandelf -t Linux /compat/linux/sbin/ldconfig if you have Linux compatibility enabled on your machine. sanpei To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message