From owner-freebsd-questions@FreeBSD.ORG Thu Sep 30 23:57:38 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 2E2D416A4CF for ; Thu, 30 Sep 2004 23:57:38 +0000 (GMT) Received: from mail.cableone.net (scanmail1.cableone.net [24.116.0.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id D70FF43D2F for ; Thu, 30 Sep 2004 23:57:37 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from vixen42.24-119-122-191.cpe.cableone.net (unverified [24.119.62.13]) by smail1.cableone.net (SurgeMail 1.9b) with ESMTP id 20102344 for multiple; Thu, 30 Sep 2004 16:57:44 -0700 Date: Thu, 30 Sep 2004 18:57:06 -0500 From: Vulpes Velox To: "Bill Schmitt (SW)" Message-ID: <20040930185706.2033b3e5@vixen42.24-119-122-191.cpe.cableone.net> In-Reply-To: <415C642E.7090902@schmittnet.com> References: <415C642E.7090902@schmittnet.com> X-Mailer: Sylpheed-Claws 0.9.12a (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Server: High Performance Mail Server - http://surgemail.com cc: freebsd-questions@freebsd.org Subject: Re: firefox help 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, 30 Sep 2004 23:57:38 -0000 On Thu, 30 Sep 2004 15:53:18 -0400 "Bill Schmitt (SW)" wrote: > I'm a newbie who is trying to install a recent release of firefox > under version 4.9 of FreeBSD. I downloaded the installer (for linux > since there doesn't appear to be a FreeBSD version, yet) from > Mozilla, but when I try to execute it, I get the message "error > while loading shared libraries: libgtk-x11-2.0.so.0". I've tried > finding a package that includes this library, but haven't been > successful. Can somebody help? You will want to use the ports. man ports for more details. http://www.freebsd.org/ports/index.html is a nice way to find software from the web. One port you will probally want to look into is portinstall. It simplifies install and upgrading The problem with installing software that way is it can screw up future upgrades and/or installs and/or builds. Because of that, it is generally best to avoid it.