Subject: Re: few things
To: None <ccallana@vision.elee.calpoly.edu>
From: der Mouse <mouse@Collatz.McRCIM.McGill.EDU>
List: port-sun3
Date: 01/19/1996 13:06:16
> what do i need to make dynmically linked sunos binarys run on my
> netbsd machine?  (if indeed i can)

You need to have COMPAT_SUNOS in your kernel and you need to have SunOS
ld.so and shared libraries online, in the places the binary looks for
them unless you want to do some binary editing.  (Actually, it's not
quite that bad; if your kernel isn't too old, you can dump stuff in
/emul/sunos and the emulation code will look there.  As in, when it
goes to open /usr/lib/ld.so, it will first try
/emul/sunos/usr/lib/ld.so.)

					der Mouse

			    mouse@collatz.mcrcim.mcgill.edu