Date: Fri, 5 May 2000 16:13:28 +0900 (JST) From: sanpei@sanpei.org (MIHIRA Yoshiro) To: sanpei@sanpei.org Cc: kuriyama@FreeBSD.ORG, freebsd-emulation@FreeBSD.ORG, sanpei@sanpei.org Subject: Re: Loading rtc.ko failed on -current Message-ID: <200005050713.QAA08503@lavender.yy.cs.keio.ac.jp> In-Reply-To: Your message of "Thu, 4 May 2000 21:46:36 JST". <200005041246.VAA07470@lavender.yy.cs.keio.ac.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
>>
>> >> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005050713.QAA08503>
