On Monday 28 December 2009 11:46:36 am Brandon Gooch wrote: > On Mon, Dec 28, 2009 at 10:04 AM, John Baldwin <jhb_at_freebsd.org> wrote: > > On Monday 28 December 2009 9:25:28 am Gary Jennejohn wrote: > [SNIP] > >> > >> Does vboxguest.ko have silent dependencies on other vbox modules? I only > >> loaded vboxdrv.ko. > > > > Look in dmesg for the real kldload error message. > > > > I'm seeing this as well: > > kernel: link_elf_obj: symbol _Z6strlenPKc undefined > > ...which, I suppose, is the real kldload error message. Looks like it is trying to use a C++ named-version of strlen(): % echo _Z6strlenPKc | c++filt strlen(char const*) Is the kernel module compiled using c++ instead of cc? -- John BaldwinReceived on Mon Dec 28 2009 - 18:08:53 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:59 UTC