Date: Thu, 14 Dec 1995 19:28:40 -0800 (PST) From: Peter Wemm <peter> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/linux linux_misc.c Message-ID: <199512150328.TAA17399@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512150328.TAA17399>