From owner-freebsd-java Sat Oct 30 0:43:43 1999 Delivered-To: freebsd-java@freebsd.org Received: from smtppop2.gte.net (smtppop2.gte.net [207.115.153.21]) by hub.freebsd.org (Postfix) with ESMTP id C9A47150AE for ; Sat, 30 Oct 1999 00:43:40 -0700 (PDT) (envelope-from gianluca.torta@gte.net) Received: from pongo (1Cust221.tnt4.redmond.wa.da.uu.net [63.23.202.221]) by smtppop2.gte.net with SMTP for ; id CAA8506061 Sat, 30 Oct 1999 02:41:33 -0500 (CDT) Message-ID: <000001bf22a9$d09e0ea0$ddca173f@pongo> From: "Gianluca Torta" To: Subject: Undefined symbol gmtime_r with jdk1.1.8 Date: Sat, 30 Oct 1999 00:35:41 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, I've just installed jdk1.1.8 on my FreeBSD3.0 and I'm facing a weird problem, that may even not be caused directly by jdk1.1.8. When I try to execute some of the jdk tools, as jar or appletviewer, I'm getting the following error: "Undefined symbol gmtime_r in blahblah/green_threads/libjava.so" This only happens for some of the tools, while apparently not for others (e.g. java, javac, ...). My PATH, CLASSPATH and dynamic library search path (ldconfig -r) seem to be set correctly, and in particular, libc_r.so (which contains gmtime_r symbol) is in the search path for .so Ah... one more information: since I use FreeBSD3.0, I'm using the elf version of jdk binaries. Any help would be greatly appreciated, since I've been really stuck with this for almost one week now. thank you Gianluca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message