From owner-freebsd-java Thu Aug 26 9:19:47 1999 Delivered-To: freebsd-java@freebsd.org Received: from ns.mt.sri.com (ns.mt.sri.com [206.127.79.91]) by hub.freebsd.org (Postfix) with ESMTP id C530914F4D for ; Thu, 26 Aug 1999 09:19:36 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id KAA14480; Thu, 26 Aug 1999 10:18:55 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id KAA14398; Thu, 26 Aug 1999 10:18:54 -0600 Date: Thu, 26 Aug 1999 10:18:54 -0600 Message-Id: <199908261618.KAA14398@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Christoph Kukulies Cc: Nate Williams , freebsd-java@FreeBSD.ORG Subject: Re: JDK1.2 (linux) In-Reply-To: <19990826092752.C63098@gil.physik.rwth-aachen.de> References: <199908260631.IAA63165@gil.physik.rwth-aachen.de> <199908260636.AAA12017@mt.sri.com> <19990826092752.C63098@gil.physik.rwth-aachen.de> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@mt.sri.com (Nate Williams) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > You've got to make sure that *all* of the emulation X libraries are > > synchronized. You need to replace all of your Linux X libraries with > > the same version as you got libXp.so from. > > So I can put the FreeBSD /usr/X11R6/lib contents into > /compat/linux/usr/X11R6/lib? No, you can't link a FreeBSD X library into a Linux binary, so you must use Linux stuff everywhere in the Linux compatability stuff. > BTW, synchronizing helped (for the single added libXp.so.6 out of the > FreeBSD X11R6 repo. > > /compat/linux/sbin/ldconfig /usr/lib /usr/X11R6/lib But it still didn't work. :) Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message