Hi, I'm on 10.3-RELEASE/amd64 and I'd like to use the new linux64 module. However, when I do 'kldload linux64', I get: kldload: an error occurred while loading the module. Please check dmesg(8) for more details. And I've got in dmesg(8): link_elf_obj: symbol elf64_linux_shared_page_fini undefined linker_load_file: Unsupported file type I've got in my kernel: options COMPAT_LINUX32 Can it interfere with linux64? If not, what else can I check? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: <http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20160414/d1e97c0f/attachment.sig>
On Thu, Apr 14, 2016 at 02:09:00PM +0200, Piotr Kubaj wrote:> Hi, > > I'm on 10.3-RELEASE/amd64 and I'd like to use the new linux64 module. > However, when I do 'kldload linux64', I get: > kldload: an error occurred while loading the module. Please check > dmesg(8) for more details. > > And I've got in dmesg(8): > link_elf_obj: symbol elf64_linux_shared_page_fini undefined > linker_load_file: Unsupported file type > > > I've got in my kernel: > options COMPAT_LINUX32 > > Can it interfere with linux64? If not, what else can I check? >no, please build linux_common, linux and linux64 as modules