Call for tester: VirtualBox 3.1.2 for FreeBSD

John Baldwin jhb at freebsd.org
Mon Dec 28 19:08:53 UTC 2009


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 Baldwin


More information about the freebsd-current mailing list