From owner-freebsd-questions Sat Mar 30 00:41:35 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA22957 for questions-outgoing; Sat, 30 Mar 1996 00:41:35 -0800 (PST) Received: from masternet.it (root@masternet.it [194.184.65.2]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id AAA22945 for ; Sat, 30 Mar 1996 00:41:31 -0800 (PST) Received: from eclipse.org (ts1port14d.masternet.it [194.184.65.36]) by masternet.it (8.6.12/8.6.9) with SMTP id JAA01638 for ; Sat, 30 Mar 1996 09:38:50 +0100 Message-ID: <315D00B5.41C67EA6@masternet.it> Date: Sat, 30 Mar 1996 10:36:53 +0100 From: Gianmarco Giovannelli X-Mailer: Mozilla 2.01 (X11; I; FreeBSD 2.1-STABLE i386) MIME-Version: 1.0 To: questions@freebsd.org Subject: Linux Emulation Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'd like to give a look to Linux Compatibility so I add options "COMPAT_LINUX" to my kernel definition and then ---- cut here (Mr.Doug White (c) :-) I added this to rc.i386: if [ "X${linux_emu}" != X"NO" ] ; then echo -n ' linux-emulation: ' modstat | grep _linux || modload -u -o /tmp/linux_mod -e \ linux_init -q /lkm/linux_mod.o fi And this to /etc/sysconfig: linux_emu=YES --------------------------------- When the kernel starts it says the emulator is loaded, so I presume everything is right... I took some programs from the Slackware Linux 3.0 cdrom, some others from my internet provider (Linux 1.2.8) .... Every program I launch says : Prog_name: can't load dynamic linker '/lib/ld.so' Now I thought I could make a smart thing grabbing from my provider the /lib directory, put a dir in my hd and then creating a sym link to /lib, but it could not be so easy and in fact it doesn't work.... I am running -stable #62 ... Thanks in advance -- Regards... +-------------------------------------+--------------------+ | Internet: gmarco@masternet.it | ,,, | | Internet: gmarco@nettuno.it | (o o) | | BIX : ggiovannelli@bix.com | ---oo0-(_)-0oo--- | | Fidonet : 2:332/113.0@fidonet | __ | | Amiganet: 39:102/507@amiganet | __/// Gianmarco | | http://www.masternet.it/dsc/gmarco | \XX/ | +-------------------------------------+--------------------+