From owner-freebsd-java Sun Aug 22 9:10:41 1999 Delivered-To: freebsd-java@freebsd.org Received: from rzmail.uni-trier.de (rzmail.uni-trier.de [136.199.8.220]) by hub.freebsd.org (Postfix) with ESMTP id 581C714DD6 for ; Sun, 22 Aug 1999 09:10:32 -0700 (PDT) (envelope-from blank@uni-trier.de) Received: from uni-trier.de (blank@rzppp-89.uni-trier.de [136.199.4.89]) by rzmail.uni-trier.de (8.8.5/8.6.9) with ESMTP id SAA13632 for ; Sun, 22 Aug 1999 18:10:01 +0200 (CEST) Received: (from blank@localhost) by uni-trier.de (8.9.3/8.9.3) id MAA07435 for freebsd-java@freebsd.org; Sun, 22 Aug 1999 12:59:42 +0200 (CEST) (envelope-from blank) Date: Sun, 22 Aug 1999 12:59:41 +0200 From: Sascha Blank To: freebsd-java@freebsd.org Subject: jdk1.1.8 stopped working under 3.2-STABLE Message-ID: <19990822125941.A7397@blank.uni-trier.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i Organization: Computer Center of the University of Trier, Germany Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, today I have CVSupped the latest 3.2-STABLE version and did a make world then; everything went fine as expected. But when I started working with the latest JDK1.1.8/ELF port (dated July 19th) I noticed that every attempt to start "java" or "javac" results in a core dump right after the start. I have used exactly the same port successfully about a month ago (with a recent 3.2-STABLE version at that time), and my environment hasn't changed very much since then. Maybe the following backtrace will help the porting team to find out what is going on. blank in ~> java_g -version zsh: 1713 segmentation fault (core dumped) java_g -version blank in ~> gdb /usr/local/jdk1.1.8/bin/i386/green_threads/java_g java_g.core GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"... Core was generated by `java_g'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/local/jdk1.1.8/lib/i386/green_threads/libjava_g.so... done. Reading symbols from /usr/lib/libxpg4.so.2...done. Reading symbols from /usr/lib/libm.so.2...done. Reading symbols from /usr/lib/libc.so.3...done. Reading symbols from /usr/libexec/ld-elf.so.1...done. #0 0x280c7ece in GetDefaultClassPath () at ../../../../src/freebsd/java/javai/javai.c:806 806 ../../../../src/freebsd/java/javai/javai.c: No such file or directory. (gdb) bt #0 0x280c7ece in GetDefaultClassPath () at ../../../../src/freebsd/java/javai/javai.c:806 #1 0x280c7f8c in sysGetDefaultJavaVMInitArgs (args_=0xbfbfd474) at ../../../../src/freebsd/java/javai/javai.c:825 #2 0x280b0b08 in JNI_GetDefaultJavaVMInitArgs (args_=0xbfbfd474) at ../../../../src/share/java/runtime/jni.c:3881 #3 0x280c5908 in java_main (argc=5, argv=0xbfbfd52c) at ../../../../src/freebsd/java/javai/javai.c:284 #4 0x8048434 in main (argc=5, argv=0xbfbfd52c, envp=0xbfbfd544) at ../../../../src/freebsd/java/javai/java.c:23 #5 0x80483b9 in _start () (gdb) quit Because the crash has obviously something to do with the ClassPath I tried to set the environment variable "CLASSPATH" to some reasonable values (I don't have it set by default), but that didn't change anything. -- Sascha Blank | FreeBSD - Student and System Administrator | that's where you want to go today! at the University of Trier, Germany | mailto:blank@fox.uni-trier.de | See http://www.freebsd.org for details To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sun Aug 22 10: 8:28 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 E8AF215520 for ; Sun, 22 Aug 1999 10:08:22 -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 LAA18487; Sun, 22 Aug 1999 11:08:11 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id LAA24443; Sun, 22 Aug 1999 11:08:07 -0600 Date: Sun, 22 Aug 1999 11:08:07 -0600 Message-Id: <199908221708.LAA24443@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Sascha Blank Cc: freebsd-java@FreeBSD.ORG Subject: Re: jdk1.1.8 stopped working under 3.2-STABLE In-Reply-To: <19990822125941.A7397@blank.uni-trier.de> References: <19990822125941.A7397@blank.uni-trier.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 > today I have CVSupped the latest 3.2-STABLE version and did a make world > then; everything went fine as expected. > > But when I started working with the latest JDK1.1.8/ELF port (dated July > 19th) I noticed that every attempt to start "java" or "javac" results in > a core dump right after the start. I have used exactly the same port > successfully about a month ago (with a recent 3.2-STABLE version at that > time), and my environment hasn't changed very much since then. > > Maybe the following backtrace will help the porting team to find out > what is going on. Hmm, it appears that linker changes may have caused bad things to occur in the JDK. > #0 0x280c7ece in GetDefaultClassPath () > at ../../../../src/freebsd/java/javai/javai.c:806 This code makes heavy use of the runtime loader, so any changes made there could negatively effect the JDK. Dl_info dlinfo; dladdr((void *)InitializeAlloc, &dlinfo); jio_snprintf(buf, PATH_MAX, "%s", dlinfo.dli_fname); Just out of curiousity, where is your JDK installed? (full path, not a symlink setup if possible..) Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Aug 24 9:43: 5 1999 Delivered-To: freebsd-java@freebsd.org Received: from barra.domain.com.br (barra.domain.com.br [200.196.128.5]) by hub.freebsd.org (Postfix) with ESMTP id DC1E415961 for ; Tue, 24 Aug 1999 09:36:11 -0700 (PDT) (envelope-from aloyola@domain.com.br) Received: from domain.com.br (200.196.135.254) by barra.domain.com.br (NPlex 4.0.024) for java@FreeBSD.org; Tue, 24 Aug 1999 13:37:30 -0300 Message-ID: <37C2C947.AB93B32F@domain.com.br> Date: Tue, 24 Aug 1999 13:33:11 -0300 From: Affonso Loyola X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: java@FreeBSD.org Subject: Java2? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org There is any chance of JDK1.2 to be ported to FreeBSD soon? Affonso Loyola To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Aug 25 23:31:56 1999 Delivered-To: freebsd-java@freebsd.org Received: from nets5.rz.rwth-aachen.de (nets5.rz.RWTH-Aachen.DE [137.226.144.13]) by hub.freebsd.org (Postfix) with ESMTP id 64B6714BEB for ; Wed, 25 Aug 1999 23:31:48 -0700 (PDT) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: from campino.informatik.rwth-aachen.de (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by nets5.rz.rwth-aachen.de (8.9.1a/8.9.1/6) with ESMTP id IAA08491 for ; Thu, 26 Aug 1999 08:31:17 +0200 (MET DST) Received: from gil.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by campino.informatik.rwth-aachen.de (8.9.1a/8.9.1/3) with ESMTP id IAA05852 for ; Thu, 26 Aug 1999 08:31:17 +0200 (MET DST) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.9.2/8.6.9) id IAA63165 for freebsd-java@freebsd.org; Thu, 26 Aug 1999 08:31:19 +0200 (CEST) Date: Thu, 26 Aug 1999 08:31:19 +0200 (CEST) From: Christoph Kukulies Message-Id: <199908260631.IAA63165@gil.physik.rwth-aachen.de> To: freebsd-java@freebsd.org Subject: JDK1.2 (linux) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I was able to run Java 2 (jdk1.2) under 3.2 with linux emulation. The only problem that persists is that I can't run the appletviewer. First /home/local/jdk1.2/jre/lib/i386/libXp.so.6 was missing. Putting a Linux libXp.so.6 into /home/local/jdk1.2/jre/lib/i386/libXp.so.6 results in: /home/kuku/swing> appletviewer s.html Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/local/jdk1.2/jre/lib/i386/libawt.so: /home/local/jdk1.2/jre/lib/i386/libXp.so.6: undefined symbol: _Xglobal_lock at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(Compiled Code) at java.lang.ClassLoader.loadLibrary(Compiled Code) at java.lang.Runtime.loadLibrary0(Compiled Code) at java.lang.System.loadLibrary(Compiled Code) at sun.security.action.LoadLibraryAction.run(Compiled Code) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Toolkit.loadLibraries(Compiled Code) at java.awt.Toolkit.(Toolkit.java:903) at java.awt.Component.(Component.java:258) /home/kuku/swing> The same happens if I put the FreeBSD /usr/X11R6/lib/libXp.so.6 into /compat/linux/lib/X11 (or where the X libs in the linux area are located - yes, I was told this oughta work) Any clues? -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Aug 25 23:37:25 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 628191512F for ; Wed, 25 Aug 1999 23:37:19 -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 AAA07587; Thu, 26 Aug 1999 00:36:25 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id AAA12017; Thu, 26 Aug 1999 00:36:20 -0600 Date: Thu, 26 Aug 1999 00:36:20 -0600 Message-Id: <199908260636.AAA12017@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: freebsd-java@FreeBSD.ORG Subject: Re: JDK1.2 (linux) In-Reply-To: <199908260631.IAA63165@gil.physik.rwth-aachen.de> References: <199908260631.IAA63165@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 > I was able to run Java 2 (jdk1.2) under 3.2 with linux emulation. > The only problem that persists is that I can't run the appletviewer. > > First /home/local/jdk1.2/jre/lib/i386/libXp.so.6 was missing. The X Printing library is not part of the JDK, it's part of X. > Putting a Linux libXp.so.6 into /home/local/jdk1.2/jre/lib/i386/libXp.so.6 > results in: 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. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Aug 26 0:31:46 1999 Delivered-To: freebsd-java@freebsd.org Received: from nets5.rz.rwth-aachen.de (nets5.rz.RWTH-Aachen.DE [137.226.144.13]) by hub.freebsd.org (Postfix) with ESMTP id 4AE93151DA for ; Thu, 26 Aug 1999 00:29:14 -0700 (PDT) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: from campino.informatik.rwth-aachen.de (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by nets5.rz.rwth-aachen.de (8.9.1a/8.9.1/6) with ESMTP id JAA13059; Thu, 26 Aug 1999 09:27:56 +0200 (MET DST) Received: from gil.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by campino.informatik.rwth-aachen.de (8.9.1a/8.9.1/3) with ESMTP id JAA06587; Thu, 26 Aug 1999 09:27:50 +0200 (MET DST) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.9.2/8.6.9) id JAA63402; Thu, 26 Aug 1999 09:27:52 +0200 (CEST) Date: Thu, 26 Aug 1999 09:27:52 +0200 From: Christoph Kukulies To: Nate Williams Cc: Christoph Kukulies , freebsd-java@FreeBSD.ORG Subject: Re: JDK1.2 (linux) Message-ID: <19990826092752.C63098@gil.physik.rwth-aachen.de> References: <199908260631.IAA63165@gil.physik.rwth-aachen.de> <199908260636.AAA12017@mt.sri.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4us In-Reply-To: <199908260636.AAA12017@mt.sri.com>; from Nate Williams on Thu, Aug 26, 1999 at 12:36:20AM -0600 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Aug 26, 1999 at 12:36:20AM -0600, Nate Williams wrote: > > I was able to run Java 2 (jdk1.2) under 3.2 with linux emulation. > > The only problem that persists is that I can't run the appletviewer. > > > > First /home/local/jdk1.2/jre/lib/i386/libXp.so.6 was missing. > > The X Printing library is not part of the JDK, it's part of X. > > > Putting a Linux libXp.so.6 into /home/local/jdk1.2/jre/lib/i386/libXp.so.6 > > results in: > > 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? 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 > > > Nate -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Aug 26 5:25:31 1999 Delivered-To: freebsd-java@freebsd.org Received: from kiew.egd.igd.fhg.de (kiew.egd.igd.fhg.de [192.102.170.32]) by hub.freebsd.org (Postfix) with ESMTP id BED2415AA9 for ; Thu, 26 Aug 1999 05:25:26 -0700 (PDT) (envelope-from runge@rostock.zgdv.de) Received: from rostock.zgdv.de (kingfisher.egd.igd.fhg.de [153.96.43.107]) by kiew.egd.igd.fhg.de (Netscape Messaging Server 3.6) with ESMTP id AAA45D9 for ; Thu, 26 Aug 1999 14:24:54 +0200 Message-ID: <37C53260.873D23F1@rostock.zgdv.de> Date: Thu, 26 Aug 1999 14:26:08 +0200 From: "Thomas Runge" Organization: http://www.rostock.zgdv.de X-Mailer: Mozilla 4.6 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-java@freebsd.org Subject: NetBeans? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Someone got NetBeans (an IDE for Java, available via www.netbeans.com) working with our JVM? All I get is the start window and during initialization it seems to hang forever... btw.: can you recommend a good IDE capable of managing big projects? -- Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Aug 26 7:33:54 1999 Delivered-To: freebsd-java@freebsd.org Received: from euromail1.genrad.com (x252.genrad.co.uk [195.99.3.252]) by hub.freebsd.org (Postfix) with ESMTP id 8140815AB4 for ; Thu, 26 Aug 1999 07:33:30 -0700 (PDT) (envelope-from swindellsr@genrad.co.uk) Received: from CDP437 (cdp437.uk.genrad.com [132.223.130.44]) by euromail1.genrad.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id QY1WDAAV; Thu, 26 Aug 1999 15:11:15 +0100 From: Robert Swindells To: runge@rostock.zgdv.de Cc: freebsd-java@freebsd.org In-reply-to: <37C53260.873D23F1@rostock.zgdv.de> (runge@rostock.zgdv.de) Subject: Re: NetBeans? Reply-To: rjs@fdy2.demon.co.uk Message-Id: <19990826143347.8140815AB4@hub.freebsd.org> Date: Thu, 26 Aug 1999 07:33:47 -0700 (PDT) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Someone got NetBeans (an IDE for Java, available via www.netbeans.com) >working with our JVM? Works fine for me using tya. I am not using it seriously though, just showing it to people as an example of a nice IDE. It was a bit too slow on my Libretto but is fine on a PII-233. >All I get is the start window and during initialization it seems >to hang forever... I think I got this using shujit. >btw.: can you recommend a good IDE capable of managing big projects? emacs + make + jikes. Robert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Aug 26 8: 0: 7 1999 Delivered-To: freebsd-java@freebsd.org Received: from kiew.egd.igd.fhg.de (kiew.egd.igd.fhg.de [192.102.170.32]) by hub.freebsd.org (Postfix) with ESMTP id A177A15046 for ; Thu, 26 Aug 1999 07:59:51 -0700 (PDT) (envelope-from runge@rostock.zgdv.de) Received: from rostock.zgdv.de (kingfisher.egd.igd.fhg.de [153.96.43.107]) by kiew.egd.igd.fhg.de (Netscape Messaging Server 3.6) with ESMTP id AAA4C10 for ; Thu, 26 Aug 1999 16:58:54 +0200 Message-ID: <37C55679.9CF86D8E@rostock.zgdv.de> Date: Thu, 26 Aug 1999 17:00:09 +0200 From: "Thomas Runge" Organization: http://www.rostock.zgdv.de X-Mailer: Mozilla 4.6 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-java@FreeBSD.ORG Subject: Re: NetBeans? References: <19990826143347.8140815AB4@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Robert Swindells wrote: > > >Someone got NetBeans (an IDE for Java, available via www.netbeans.com) > >working with our JVM? > > Works fine for me using tya. I am not using it seriously though, just > showing it to people as an example of a nice IDE. Okay, I'll try tya. > >All I get is the start window and during initialization it seems > >to hang forever... > > I think I got this using shujit. It doesn't work at all using shujit. I got a lot of exceptions... -- Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Aug 26 8:21:57 1999 Delivered-To: freebsd-java@freebsd.org Received: from kiew.egd.igd.fhg.de (kiew.egd.igd.fhg.de [192.102.170.32]) by hub.freebsd.org (Postfix) with ESMTP id 019FC15D5A for ; Thu, 26 Aug 1999 08:20:48 -0700 (PDT) (envelope-from runge@rostock.zgdv.de) Received: from rostock.zgdv.de (kingfisher.egd.igd.fhg.de [153.96.43.107]) by kiew.egd.igd.fhg.de (Netscape Messaging Server 3.6) with ESMTP id AAA4CA7 for ; Thu, 26 Aug 1999 17:20:14 +0200 Message-ID: <37C55B78.8F16CB55@rostock.zgdv.de> Date: Thu, 26 Aug 1999 17:21:28 +0200 From: "Thomas Runge" Organization: http://www.rostock.zgdv.de X-Mailer: Mozilla 4.6 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-java@FreeBSD.ORG Subject: Re: NetBeans? References: <19990826143347.8140815AB4@hub.freebsd.org> <37C55679.9CF86D8E@rostock.zgdv.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > Works fine for me using tya. I am not using it seriously though, just > > showing it to people as an example of a nice IDE. > > Okay, I'll try tya. Great! I just installed tya-1.4 and it works! (Except the WebBrowser, but I can live without it). It didn't work using our standard "java" and even less using shujit. "pure" java hang on startup. shujit-0.3.7 crasht on startup. shujit-0.3.1b (from ports) throw a lot of exceptions. tya-1.4 finally made it. Thank you very much for your help! :-) -- Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message 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