From owner-freebsd-emulation Thu Jul 1 9:45:24 1999 Delivered-To: freebsd-emulation@freebsd.org Received: from mail.ruhr.de (in-ruhr2.ruhr.de [141.39.224.60]) by hub.freebsd.org (Postfix) with SMTP id 171BC14D90 for ; Thu, 1 Jul 1999 09:44:51 -0700 (PDT) (envelope-from robsch@robkaos.ruhr.de) Received: (qmail 78415 invoked by alias); 1 Jul 1999 16:45:20 -0000 Received: by robkaos.ruhr.de (Smail-3.2 1996-Jul-4 #1) id ; Thu, 1 Jul 1999 18:41:07 +0200 (CEST) Message-Id: From: robsch@robkaos.ruhr.de (Robert Schien) Subject: Informix libraries link problem To: freebsd-emulation@freebsd.org Date: Thu, 1 Jul 1999 18:41:07 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On my 4.0-current system I have the Informix IDS database server running. The software runs fine, but there is a problem with the libraries for application development. After correcting some symbolic links in /compat/linux/usr/lib as described here on the list a few weeks ago I was able to compile and link some demo applications but running the binaries results in segmentation faults immediately after starting :( Compiling a trivial hello-world program works fine. Inspecting with truss gave me the impression that the errors with the compiled demos appear while loading various shared libraries. The shell I'm using is a Linux shell. The PATH environment variable contains /compat/linux/bin and /compat/linux/usr/bin as first entries. Are there any known inconsistences between commercial linux libs, FreeBSD and the Linux development system (I have version 0.2 installed) under FreeBSD? BTW, accessing the Informix server with JDBC under JDK-1.1.8 works fine. TIA Robert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message