Date: Mon, 7 Dec 2009 11:18:47 +0100 From: Wolfgang Riegler <wolfgang@riegler.homeip.net> To: freebsd-stable@freebsd.org Subject: kldload: can't load msdosfs_iconv: Exec format error Message-ID: <200912071118.47820.wolfgang@riegler.homeip.net>
next in thread | raw e-mail | index | archive | help
Hi, I hope somebody can help me :-) I have some trouble loading the kernel modules msdosfs_iconv, cd9660_iconv und udf_iconv. The error is always "kldload: can't load msdosfs_iconv: Exec format error" Compiling the kernel with option msdosfs_iconv fails with this error: msdosfs_iconv.o(.text+0xb): In function `msdosfs_iconv_mod_handler': : undefined reference to `msdosfs_iconv' msdosfs_iconv.o(.text+0x31): In function `msdosfs_iconv_mod_handler': : undefined reference to `iconv_vfs_refcount' msdosfs_iconv.o(.text+0x3c): In function `msdosfs_iconv_mod_handler': : undefined reference to `msdosfs_iconv' msdosfs_iconv.o(.data+0x0): undefined reference to `iconv_open' msdosfs_iconv.o(.data+0x8): undefined reference to `iconv_close' msdosfs_iconv.o(.data+0x10): undefined reference to `iconv_conv' msdosfs_iconv.o(.data+0x18): undefined reference to `iconv_conv_case' msdosfs_iconv.o(.data+0x20): undefined reference to `iconv_convchr' msdosfs_iconv.o(.data+0x28): undefined reference to `iconv_convchr_case' *** Error code 1 My system: FreeBSD 8.0-RELEASE-p1 AMD64 sources and ports updated last Friday (Dec 4) Thanks Wolfgang
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912071118.47820.wolfgang>