Date: Thu, 04 May 2000 06:41:09 -0700 From: Peter Wemm <peter@netplex.com.au> To: sanpei@sanpei.org (MIHIRA Yoshiro) Cc: kuriyama@FreeBSD.ORG, freebsd-emulation@FreeBSD.ORG Subject: Re: Loading rtc.ko failed on -current Message-ID: <20000504134109.9B7CA1CE3@overcee.netplex.com.au> In-Reply-To: Message from sanpei@sanpei.org (MIHIRA Yoshiro) of "Thu, 04 May 2000 21:46:36 %2B0900." <200005041246.VAA07470@lavender.yy.cs.keio.ac.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
MIHIRA Yoshiro wrote: > kuriyama@FreeBSD.ORG wrote: > > >> 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) The rtc port needs this in it: #ifdef MODULE_DEPEND MODULE_DEPEND(rtc, linux, 1, 1, 1); #endif ..near the top of the main source file. Cheers, -Peter 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?20000504134109.9B7CA1CE3>