From owner-freebsd-questions@FreeBSD.ORG Mon Jan 26 14:57:01 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 649E616A4CE for ; Mon, 26 Jan 2004 14:57:01 -0800 (PST) Received: from smtp811.mail.sc5.yahoo.com (smtp811.mail.sc5.yahoo.com [66.163.170.81]) by mx1.FreeBSD.org (Postfix) with SMTP id CA93543D41 for ; Mon, 26 Jan 2004 14:56:59 -0800 (PST) (envelope-from jwvehrsREMOVETHIS@netzero.net) Received: from unknown (HELO netzero.net) (ajvehrs@sbcglobal.net@68.79.58.232 with plain) by smtp811.mail.sc5.yahoo.com with SMTP; 26 Jan 2004 22:56:59 -0000 Message-ID: <40159B30.3000300@netzero.net> Date: Mon, 26 Jan 2004 16:56:48 -0600 From: Jeff Vehrs User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6b) Gecko/20040115 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Firebird & java1.4.2 does NOT work! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 22:57:01 -0000 Problem: java plugin for firebird does not work o uname -rs: FreeBSD 4.9-RELEASE-p1 o pkg_info: javavmwrapper-1.4 Wrapper script for various Java Virtual Machines linux-sun-jdk-1.4.2.03 Sun Java Development Kit 1.4 for Linux linux-mozillafirebird-0.7 Web browser branched from Mozilla linux-mozilla-1.5 Browser, HTML editor, MUA and newsreader for use with Linux o error message: LoadPlugin: failed to initialize shared library libXt.so [libXt.so: cannot open shared object file: No such file or directory] LoadPlugin: failed to initialize shared library libXext.so [libXext.so: cannot open shared object file: No such file or directory] LoadPlugin: failed to initialize shared library /usr/local/linux-sun-jdk1.4.2/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so [libgcc_s.so.1: cannot open shared object file: No such file or directory] LoadPlugin: failed to initialize shared library /usr/local/linux-sun-jdk1.4.2/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so [libgcc_s.so.1: cannot open shared object file: No such file or directory] o plugins directories: (links to /usr/local/linux-sun-jdk1.4.2/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so) ~/.mozilla/plugins/libjavaplugin_oji.so /usr/local/lib/linux-mozilla/plugins/libjavaplugin_oji.so /usr/X11R6/lib/linux-mozillafirebird/plugins/libjavaplugin_oji.so So far, I know java is working ... (command: java -version) java version "1.4.2_03" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_03-b02) Java HotSpot(TM) Client VM (build 1.4.2_03-b02, mixed mode) I've searched google, freebsd mailing list & handbook for a solution. None came up in the result. I've tried most java such as jre, jdk13, jdk14, linux-sun-jdk13 & linux-sun-jdk14 from the ports collection. I gave up. I don't know what's the next step to figure it out. Can anyone please help me to get it working? Thank you. /Jeff/