Date: Tue, 9 Feb 1999 14:20:13 -0500 (EST) From: "Viren R. Shah" <viren@rstcorp.com> To: freebsd-current@FreeBSD.ORG Subject: SVR4 module doesn't load Message-ID: <199902091920.OAA03014@jabberwock.rstcorp.com>
next in thread | raw e-mail | index | archive | help
Is anyone having problems loading the SVR4 module? I have it loading up thru loader.rc, and I get: Preloaded elf kernel "kernel" at 0xf02a3000. Preloaded splash_image_data "/boot/splash.bmp" at 0xf02a309c. Preloaded elf module "splash_bmp.ko" at 0xf02a30ec. Preloaded elf module "cd9660.ko" at 0xf02a3190. Preloaded elf module "vesa.ko" at 0xf02a3230. Preloaded elf module "linux.ko" at 0xf02a32cc. Preloaded elf module "svr4.ko" at 0xf02a336c. link_elf: symbol msginfo undefined ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ When I try to load it using kldload, I get: [vshah@jabberwock] /sys/i386/conf# kldload /modules/svr4.ko kldload: can't load /modules/svr4.ko: Exec format error This is on a -current world as of 11:30am EST 02/09/99. [vshah@jabberwock] /sys/i386/conf# ls -la /modules/svr4.ko -r-xr-xr-x 1 root wheel 75194 Feb 9 13:40 /modules/svr4.ko [vshah@jabberwock] /sys/i386/conf# file /modules/svr4.ko /modules/svr4.ko: ELF 32-bit LSB shared object, Intel 80386, version 1 (FreeBSD), not stripped I do have "pseudo-device streams" in my kernel config. Is there anything else that I require? Thanks Viren -- Viren R. Shah "You are about as sharp as a sack of wet mice" -- Foghorn Leghorn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902091920.OAA03014>