#9226 closed enhancement (fixed)
GNU/kFreeBSD support: strlen is included in C++ namespace instead of C
Reported by: | Robert Millan | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 4.0.10 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
This problem affects FreeBSD as well. The result is that kernel is unable to load vbox module:
kernel: link_elf_obj: symbol _Z6strlenPKc undefined
For details you can see the discussion in: http://lists.freebsd.org/pipermail/freebsd-current/2010-January/014715.html
The solution was proposed by Howard Su in: http://vbox.innotek.de/pipermail/vbox-dev/2011-January/003561.html
I've verified that this resolves the problem.
Change History (3)
comment:1 by , 14 years ago
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks for the update. Closing.
comment:3 by , 13 years ago
Cc: | removed |
---|
Note:
See TracTickets
for help on using tickets.
I just noticed that this is already fixed in HEAD. Sorry for the confusion.