From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 18:48:13 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 5B30416A4E1 for ; Mon, 10 Jul 2006 18:48:13 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3989E43D45 for ; Mon, 10 Jul 2006 18:48:12 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 7427 invoked from network); 10 Jul 2006 18:48:11 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 10 Jul 2006 18:48:11 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id E89DF28449; Mon, 10 Jul 2006 14:48:10 -0400 (EDT) To: Bob References: <44B204AA.6000208@tania.servebbs.org> From: Lowell Gilbert Date: Mon, 10 Jul 2006 14:48:10 -0400 In-Reply-To: <44B204AA.6000208@tania.servebbs.org> (bob@tania.servebbs.org's message of "Mon, 10 Jul 2006 03:41:30 -0400") Message-ID: <44veq5gutx.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: A Library Issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 18:48:13 -0000 Bob writes: > I just completed installing a new Freebsd Workstation. It was installed > totally on-line via "ports" over my DSL connection. It took almost 6 > days to download/compile/install a full KDE system, and it rocks! > > After 20-odd years of using SCO then Linux, this freebsd is refreshing. > > I have installed Mozilla, Firefox, and Seamonkey as browsers, and have > successfully installed the Flash Plugin for them. > > I installed the Sun Java VM 1.4.2 as per the docs, but when I do an > about:plugins in any of the browsers I get the following error: > > [Shared object "libdl.so.2" not found, required by "libjavaplugin_oji.so"] > > A locate libdl returns: > > /usr/compat/linux/lib/libdl-2.3.2.so > /usr/compat/linux/lib/libdl.so.2 That's the Linux version, not a native dl library. Personally, I don't *have* a native dl library, and I have the regular native JDK 1.4 installed on the box I'm sitting in front of. > So, I then did a ports install of the Blackdown JDK 1.4.2 > but it too can't find the same library. > > I am at a bit of a loss here, and don't want to stary hacking away at > this nice clean install :-) Quite reasonable. What actual Java-related ports do you have installed?