From owner-freebsd-commit Thu Dec 14 19:29:01 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA17442 for freebsd-commit-outgoing; Thu, 14 Dec 1995 19:29:01 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA17420 for cvs-all-outgoing; Thu, 14 Dec 1995 19:28:48 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA17406 for cvs-sys-outgoing; Thu, 14 Dec 1995 19:28:44 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA17399 Thu, 14 Dec 1995 19:28:40 -0800 (PST) Date: Thu, 14 Dec 1995 19:28:40 -0800 (PST) From: Peter Wemm Message-Id: <199512150328.TAA17399@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/linux linux_misc.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 95/12/14 19:28:40 Modified: sys/i386/linux linux_misc.c Log: Initial attempt at getting Linux QMAGIC shared lib support. I have successfully run linux netscape 2.0b3 with a QMAGIC ld.so and libc/libm that I found on some linux machine that I _think_ is running slackware 3.0. There are still problems.. ld.so claims the libraries are the wrong format, but it still runs anyway.. :-/ The QMAGIC ld.so also screams about needing ld.so.cache, and running a linux ldconfig is quite educational. You soon learn to run "chroot /compat/linux /bin/ldconfig" where ldconfig is living in /compat/linux/bin. :-] (Lets just say that it puts loads of symlinks in /usr/lib otherwise :-) Revision Changes Path 1.9 +4 -4 src/sys/i386/linux/linux_misc.c