Subject: Re: Using Sparc Solaris binaries
To: None <netbsd@hopf.math.purdue.edu>
From: Greg Earle <earle@isolar.Tujunga.CA.US>
List: port-sparc
Date: 01/28/1997 06:57:54
> I got the SunOS binary compatibility mode working (static and dynamic).
> What do I have to do to use Solaris 2.5.1 binaries?  I have enabled
> the kernel options.
> 
> I'm using -current distribution, with a fresh build of a week ago.

(Assuming nothing's changed since 1.2)

netbsd4me:1:27 [/home/earle] % ls -l /emul
total 2
lrwxr-xr-x  1 root  wheel  12 Jun  6  1996 sunos@ -> /usr/lib/sun
lrwxr-xr-x  1 root  wheel  16 Sep 13 11:24 svr4@ -> /usr/lib/solaris

netbsd4me:1:28 [/home/earle] % ls /emul/svr4/
X11R5@          lib@            libXt.so.4*     libkvm.so.1*    libthread.so.1*
dev/            libX11.so.4*    libadm.so.1*    libm.so.1*      libvolmgt.so.1*
etc/            libXext.so.0*   libc.so.1*      libmp.so.1*     libw.so.1*
ld.so*          libXi.so.5      libdl.so.1*     libnsl.so.1*    nss_files.so.1*
ld.so.1*        libXm.so.3*     libelf.so.1*    librpcsvc.so.1* nss_nis.so.1*
lddstub*        libXmu.so.4*    libintl.so.1*   libsocket.so.1* usr@

netbsd4me:1:29 [/home/earle] % ls /emul/svr4/dev
SVR4_MAKEDEV@   tcp             ticots          udp
rawip           ticlts          ticotsord       wabi

netbsd4me:1:30 [/home/earle] % ls /emul/svr4/etc
default/        netconfig       nsswitch.conf

netbsd4me:1:31 [/home/earle] % ls /emul/svr4/etc/default
init

netbsd4me:1:32 [/home/earle] % ls -l /emul/svr4/X11R5
lrwxr-xr-x  1 root  wheel  1 Sep 13 14:07 /emul/svr4/X11R5@ -> .

netbsd4me:1:33 [/home/earle] % ls -l /emul/svr4/usr
lrwxr-xr-x  1 root  wheel  1 Sep 13 11:26 /emul/svr4/usr@ -> .

You should be able to set things up similarly ...

	- Greg