Re: firefox help

2004-09-30 Thread Steve Bertrand
 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?

The method I used was:

# cd /usr/ports/www/firefox
# make
# make install

I first updated my ports tree though. Everything went perfectly slick.

Steve


 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: firefox help

2004-09-30 Thread Michael Clark
 -Original Message-
 From: Bill Schmitt (SW) [mailto:[EMAIL PROTECTED]
 Sent: Thursday, September 30, 2004 2:53 PM
 To: [EMAIL PROTECTED]
 Subject: firefox help
 
 
 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?
 

Why not just use the port or a package?


Michael Clark
Nemschoff Chairs Inc
mclark at nemschoff dot com
CompTIA A+, Network+, Server+, MCP
Voice: (920) 457 7726 x294
Fax:  (920) 453 6594


CONFIDENTIALITY NOTE: This electronic transmission, including all
attachments, is directed in confidence solely to the person(s) to whom it is
addressed, or an authorized recipient, and may not otherwise be distributed,
copied or disclosed. The contents of the transmission may also be subject to
intellectual property rights and all such rights are expressly claimed and
are not waived. If you have received this transmission in error, please
notify the sender immediately by return electronic transmission and then
immediately delete this transmission, including all attachments, without
copying, distributing or disclosing same. 


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: firefox help

2004-09-30 Thread Vulpes Velox
On Thu, 30 Sep 2004 15:53:18 -0400
Bill Schmitt (SW) [EMAIL PROTECTED] 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.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]