Subject: Re: Navigator 3.04 BSDi
To: Tom T. Thai <tomthai@future.net>
From: Patrick Welche <prlw1@cam.ac.uk>
List: current-users
Date: 05/24/1998 16:06:15
Tom T. Thai wrote:
> 
> Communicator 4.05 FreeBSD core dumps, Navigator 3.04 BSDi, says "bad
> system call."  Emulation for BSDi and FreeBSD are set in the kernel
> config.  Both XKEYSYMDB and XNLSPATH env variables are set.  Running:
> 
> NetBSD 1.3.1 i386, XFree86 3.3.2

I wonder if you have enough compat options for bsdi. I find I need:

options         COMPAT_NOMID    # compatibility with 386BSD, BSDI, NetBSD 0.8,
options         COMPAT_12       # NetBSD 1.2,
options         COMPAT_13       # NetBSD 1.3,
options         COMPAT_43       # and 4.3BSD

to do it.

Good luck,

 Patrick