From owner-freebsd-questions Mon Mar 19 8:36:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 31A3037B71B for ; Mon, 19 Mar 2001 08:36:30 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.11.3/8.11.3) id f2JGaPH21505; Mon, 19 Mar 2001 10:36:25 -0600 (CST) (envelope-from dan) Date: Mon, 19 Mar 2001 10:36:25 -0600 From: Dan Nelson To: M + P International Cc: freebsd-questions@FreeBSD.ORG Subject: Re: SCO ibcs2 coff support Message-ID: <20010319103625.A9758@dan.emsphone.com> References: <3.0.1.32.20010319132147.019f35c0@m-p.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.14i In-Reply-To: <3.0.1.32.20010319132147.019f35c0@m-p.co.uk>; from "M + P International" on Mon Mar 19 13:21:47 GMT 2001 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Mar 19), M + P International said: > I have enabled ibcs2 support and kldload'ed ibcs2_coff.ko. BSD 4.2 My > application written for SCO in 1990 works fine, up to a point. One or two > parts of the application come up with errors that identical situations on > genuine SCO Open server 3 do not. > The errors are from the application itself, not the o/s. Is there something > else I must set, or include? What kind of errors are they? Do they point to any particular subsystem (tcp/ip, or file locking, for example) ibcs2 support should be pretty complete. Most of the time, if an app fails, it's because it can't find an SCO support file. Try copying /usr/lib/lang and /usr/lib/terminfo from an SCO box into /compat/ibcs2/usr/lib and see if that helps. If not, try truss or ktrace'ing the executable while it runs and see what files it's looking for or what syscalls are failing. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message