Subject: compat_svr4 issues ?
To: None <port-sparc@netbsd.org>
From: Darren Reed <avalon@coombs.anu.edu.au>
List: port-sparc
Date: 07/07/2000 11:03:28
Running bzip for sunos5 results in this:

   357 bzip     RET   write 10/0xa
   357 bzip     CALL  lseek(0,0,0x1)
   357 bzip     RET   compat_43_olseek 13171/0x3373
   357 bzip     PSIG  SIGILL SIG_DFL
   357 bzip     NAMI  "bzip.core"

If I startup xv, I get:

   403 ktruss   emul(netbsd)
   403 ktruss   "/emul/svr4/usr/lib/ld.so.1"       JUSTRETURN
   403 xv       emul(svr4)
   403 xv       getuid                             = 142
   403 xv       getuid                             = 142
   403 xv       getgid                             = 10
   403 xv       getgid                             = 10
   403 xv       "/usr/lib/libX11.so.4"             Err#2 ENOENT

Why isn't it looking at /emul/svr4 for libX11.so.4 ?

Darren