Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Mar 1996 10:36:53 +0100
From:      Gianmarco Giovannelli <gmarco@masternet.it>
To:        questions@freebsd.org
Subject:   Linux Emulation
Message-ID:  <315D00B5.41C67EA6@masternet.it>

next in thread | raw e-mail | index | archive | help
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/              |
+-------------------------------------+--------------------+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?315D00B5.41C67EA6>