From owner-freebsd-questions@FreeBSD.ORG Thu Mar 11 12:12:10 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 E116B16A4CE for ; Thu, 11 Mar 2004 12:12:10 -0800 (PST) Received: from sage.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EB6A43D1D for ; Thu, 11 Mar 2004 12:12:02 -0800 (PST) (envelope-from kline@thought.org) Received: from thought.org (root@tao [10.0.0.247]) by sage.thought.org (8.12.9/8.12.9) with ESMTP id i2BKBdv4065424 for ; Thu, 11 Mar 2004 12:11:53 -0800 (PST) (envelope-from kline@thought.org) Received: (from kline@localhost) by thought.org (8.12.6/8.11.3) id i2BKB9c7010588 for freebsd-questions@FreeBSD.ORG; Thu, 11 Mar 2004 12:11:09 -0800 (PST) (envelope-from kline) Date: Thu, 11 Mar 2004 12:11:00 -0800 From: Gary Kline To: FreeBSD Mailing List Message-ID: <20040311201100.GA10440@tao.thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing 17 years of service to the Unix community User-Agent: Mutt/1.5.6i Subject: in the FWIW department.... 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: Thu, 11 Mar 2004 20:12:11 -0000 In late Janury, Herren Georg-W. Koltermann and Martin Cracauer were discussing howto get the java runtime plugin working with linux-mozilla. I've already figured out how to get the flashplugin6, realplayer, and other plugins installed with linux-mozilla-1.5. Here is the part with the jre. (Notes from my ~/.howto file) // Getting java applets to work with linux-mozilla-1.5 // GET libgcc_so.1 from . (I scp'd it from my RH box into /tmp) // Then as root: # mv /tmp/libgcc_s.so.1 /usr/compat/linux/lib // check file just to be sure: # cd /usr/compat/linux/lib # file libgcc_s.so.1 libgcc_s.so.1: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), not stripped // Next, symlink the linux-sun java runtime plugin (ns610-gcc3*) into the // linux-mozilla/plugins directory: # ln -s /usr/local/linux-sun-jdk1.4.2/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so /usr/local/lib/linux-mozilla/plugins # ls /usr/local/lib/linux-mozilla/plugins libjavaplugin_oji.so@ Hope this saves others some time. gary -- Gary Kline kline@thought.org www.thought.org Public service Unix