Ask a Question related to FreeBSD, Design and Development.
-
Anthony Atkielski #1
Installation instructions for Firefox somewhere?
I'm currently struggling with the Xfce environment and I'd like to
install Firefox, but neither the Firefox site nor anywhere else I've
looked thus far has comprehensive installation instructions for the
product on FreeBSD (or any flavor of UNIX, apparently). Is there a page
somewhere that describes how it is done? The installer is complaining
about a library that I don't have (libgtk-x11-2.0.so.0), even though I
thought I had everything I needed.
--
Anthony
Anthony Atkielski Guest
-
Installation instructions for CFMX 7.0.2
What are the proper instructions for installing the CFMX 7.0.2 Updater in a multiserver configuration? We are currently running CFMX 7.0.1 on... -
Flash Player 8 installation in Firefox
I've been trying to download the Flash Player 8 installer for Firefox. It says in the download information that the download will take 2 minutes... -
CFMX 7 Installation Instructions
I've ran a search, advanced search, and of course these forums produce NOTHING. I'm simply looking for exact steps on how to install CFMX 7 on IIS 6... -
Perl Module installation instructions
Well, http://www.cpan.org/modules/INSTALL.html gives a few instructions, but alas, those are most minimal (at least the part concerning MS... -
Old instructions
Hi All, I am trying to install a program on a Sparc 10 (Solaris 2.6) using documentation written for 2.4. At one step of the process I need to... -
Kent Stewart #2
Re: Installation instructions for Firefox somewhere?
On Saturday 26 February 2005 03:41 am, Anthony Atkielski wrote:
It appears to be built as a compat lib. Locate places it in> I'm currently struggling with the Xfce environment and I'd like to
> install Firefox, but neither the Firefox site nor anywhere else I've
> looked thus far has comprehensive installation instructions for the
> product on FreeBSD (or any flavor of UNIX, apparently). Is there a
> page somewhere that describes how it is done? The installer is
> complaining about a library that I don't have (libgtk-x11-2.0.so.0),
> even though I thought I had everything I needed.
/usr/compat/linux/usr/lib/libgtk-x11-2.0.so.0
Kent
--
Kent Stewart
Richland, WA
[url]http://users.owt.com/kstewart/index.html[/url]
Kent Stewart Guest
-
markzero #3
Re: Installation instructions for Firefox somewhere?
> I'm currently struggling with the Xfce environment and I'd like to
# pkg-add -r firefox> install Firefox, but neither the Firefox site nor anywhere else I've
> looked thus far has comprehensive installation instructions for the
> product on FreeBSD (or any flavor of UNIX, apparently). Is there a page
> somewhere that describes how it is done? The installer is complaining
> about a library that I don't have (libgtk-x11-2.0.so.0), even though I
> thought I had everything I needed.
>
> --
> Anthony
or
# cd /usr/ports/www/firefox && make install clean distclean
That's what ports and packages are there for, after all.
--
PGP: [url]http://www.darklogik.org/pub/pgp/pgp.txt[/url]
B776 43DC 8A5D EAF9 2126 9A67 A7DA 390F DEFF 9DD1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (FreeBSD)
iQIVAwUBQiBjY6faOQ/e/53RAQrl1BAAzfVoGSqK0Myck32314FBJ8eGJKjQnEAT
pQWnOJwo8Y9zRaifjqjOi7zXne2rBXQ8kQg6cuXo/EMxABZU6+RtgV2UufgRKY2/
9RT1gb4EfOotqJ0kc5QGIgCDOEbhmJcl6ZXJPRgv/DdvxxZTV+d/+jbkCRjOPBf3
7hXrY7xnN4zF2C1O9pTrR6mkzWct8IT8B72CRkjrMEs22vVywl WrdhDG8gyTaSwm
ZRLxdTLP0i0MzB9Cx53Q9WU/q/7eq6JdsU0YqES1iZk38fSupld+mf+2AU9njtp2
+jZY838OjHR1e/XnYJE3uWn85dSxK/sDwpsD+Z0r9zeJUpkrEFFWVajF486uyFmr
wfFBq10QEZzOhNbtpjMiZHt3O4SNR6+bh8uuZ9uqBSleyOl9xs Usg6nBijRhpeH5
9v7LtM1+416IXR8D032N8grxPuDM6qkxrBJQHeg1hOnLXlTwxN revhIbx23tkmm+
WqnDSIwsZxu2Fd1GrVEGKICQpKTdnSEIIpDVi7M1bURxC58bsR bOfWVXdW8gvmJD
gEMeyOqj6Duaq5HKADu3JKBgnFODQUL3MZtIo6A/0JG4mmschC++CzaRotKisu5l
BGO5GhVLNnRmMBN9kR6O6j9RkuwQRK9pKBrRvLBnuk3hKlb7YT eGuzTsu/6PohPO
eK5YnWh8GBk=
=4fuc
-----END PGP SIGNATURE-----
markzero Guest
-
albi@scii.nl #4
Re: Installation instructions for Firefox somewhere?
On Sat, 26 Feb 2005 12:41:52 +0100
Anthony Atkielski <atkielski.anthony@wanadoo.fr> wrote:
> I'm currently struggling with the Xfce environment and I'd like to
> install Firefox, but neither the Firefox site nor anywhere else I've
> looked thus far has comprehensive installation instructions for the
> product on FreeBSD (or any flavor of UNIX, apparently).
1) if you want to use the plain FreeBSD-version you have basically 2
(easy) options :
a) if you're sticking to RELEASE, a pkg_add -r firefox should work
b) cd /usr/ports/www/firefox/ ; make install clean
2) if you want to use the linux-version, check the /usr/ports/www/
linux-firefox port
if you've never used the ports, make sure to read this :
[url]http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html[/url]
and /usr/ports/UPDATING
albi@scii.nl Guest
-
Ted Mittelstaedt #5
RE: Installation instructions for Firefox somewhere?
Do a portupgrade first. Firefox depends on a lot of stuff.> -----Original Message-----
> From: [email]owner-freebsd-questions@freebsd.org[/email]
> [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of [email]albi@scii.nl[/email]
> Sent: Saturday, February 26, 2005 4:02 AM
> To: [email]freebsd-questions@freebsd.org[/email]
> Subject: Re: Installation instructions for Firefox somewhere?
>
>
> On Sat, 26 Feb 2005 12:41:52 +0100
> Anthony Atkielski <atkielski.anthony@wanadoo.fr> wrote:
>>> > I'm currently struggling with the Xfce environment and I'd like to
> > install Firefox, but neither the Firefox site nor anywhere else I've
> > looked thus far has comprehensive installation instructions for the
> > product on FreeBSD (or any flavor of UNIX, apparently).
>
> 1) if you want to use the plain FreeBSD-version you have basically 2
> (easy) options :
> a) if you're sticking to RELEASE, a pkg_add -r firefox should work
> b) cd /usr/ports/www/firefox/ ; make install clean
>
You don't want to use this version. It's slower.> 2) if you want to use the linux-version, check the /usr/ports/www/
> linux-firefox port
>
Ted
Ted Mittelstaedt Guest
-
Anthony Atkielski #6
Re: Installation instructions for Firefox somewhere?
markzero writes:
I tried that, and it works, but the version installed is a preview> # pkg-add -r firefox
version that's well behind the current 1.0.1. And even after installing
it from the ports, I still can't install the most recent version; it
keeps complaining about that missing module.
Yes, but the versions are not always current. I've used the ports to> That's what ports and packages are there for, after all.
install most of the stuff, as long as the version numbers were recent.
--
Anthony
Anthony Atkielski Guest
-
Anthony Atkielski #7
Re: Installation instructions for Firefox somewhere?
Kent Stewart writes:
It's not there on my system. I did install Linux compatibility, and the> It appears to be built as a compat lib. Locate places it in
> /usr/compat/linux/usr/lib/libgtk-x11-2.0.so.0
directory is there and filled with files, but that specific file is not
present. How do I put it there?
--
Anthony
Anthony Atkielski Guest
-
Anthony Atkielski #8
Re: Installation instructions for Firefox somewhere?
Ted Mittelstaedt writes:
I don't have the ports on the local machine. I go directly to the FTP> Do a portupgrade first. Firefox depends on a lot of stuff.
server each time I install something. Shouldn't they all be up to date
in that case?
The only Firefox version I see is 0.9, even though the current one is
1.0.1.
--
Anthony
Anthony Atkielski Guest
-
Chris #9
Re: Installation instructions for Firefox somewhere?
Anthony Atkielski wrote:
This is simple. As someone has pointed out before, you need cvsup the> Ted Mittelstaedt writes:
>
>>>>Do a portupgrade first. Firefox depends on a lot of stuff.
>
> I don't have the ports on the local machine. I go directly to the FTP
> server each time I install something. Shouldn't they all be up to date
> in that case?
>
> The only Firefox version I see is 0.9, even though the current one is
> 1.0.1.
>
ports tree then a portupgrade. Yes, after the cvsup and portupgrade you
will have 1.0.1
Also note, that even after a cvsup and portupgrade, you will not always
have the latest, greatest version of a port. It all depends on the
maintainer of the port and how much time they have to do the work etc,
etc, etc.
--
Best regards,
Chris
No matter how large the work space, if two projects
must be done at the same time they will require the
same part of the work space.
Chris Guest
-
Anthony Atkielski #10
Re: Installation instructions for Firefox somewhere?
Chris writes:
There is no ports tree on the machine, so it cannot be out of date.> This is simple. As someone has pointed out before, you need cvsup the
> ports tree then a portupgrade. Yes, after the cvsup and portupgrade you
> will have 1.0.1
Isn't the index downloaded from the FTP site each time I start
sysinstall always up to date? If not, how can I update something that
isn't even on my system?
--
Anthony
Anthony Atkielski Guest
-
John #11
Re: Installation instructions for Firefox somewhere?
On Sat, 26 Feb 2005 14:14:19 +0100, Anthony Atkielski wrote
It would help you if you installed the ports tree and portupgrade (and cvsup> Ted Mittelstaedt writes:
>>> > Do a portupgrade first. Firefox depends on a lot of stuff.
> I don't have the ports on the local machine. I go directly to the
> FTP server each time I install something. Shouldn't they all be up
> to date in that case?
>
> The only Firefox version I see is 0.9, even though the current one is
> 1.0.1.
it every day via cron to keep it up-to-date). If you did that, you would bave
been able to do like I have just done:
root@bob0# portupgrade -rR firefox
[Updating the pkgdb <format:bdb1_btree> in /var/db/pkg ... - 241 packages found
---> Upgrading 'firefox-1.0_7,1' to 'firefox-1.0.1,1' (www/firefox)
[etc]
just makes life easier instead of manually adding packages..
--
[email]lists@reiteration.net[/email]
John Guest
-
Anthony Atkielski #12
Re: Installation instructions for Firefox somewhere?
John writes:
But I figured that if I always pull the index from an FTP site, it's> It would help you if you installed the ports tree and portupgrade (and cvsup
> it every day via cron to keep it up-to-date). If you did that, you would bave
> been able to do like I have just done:
guaranteed to be up to date. Isn't that true? I'm never going to
install more than a small fraction of the ports, so putting the entire
tree on my site seems wasteful, especially if I have to constantly
update it. I do have the tree on my production server, but only because
I had a lot more disk space to play with.
--
Anthony
Anthony Atkielski Guest
-
Chris #13
Re: Installation instructions for Firefox somewhere?
Anthony Atkielski wrote:
> Chris writes:
>
>>>>This is simple. As someone has pointed out before, you need cvsup the
>>ports tree then a portupgrade. Yes, after the cvsup and portupgrade you
>>will have 1.0.1
>
> There is no ports tree on the machine, so it cannot be out of date.
> Isn't the index downloaded from the FTP site each time I start
> sysinstall always up to date? If not, how can I update something that
> isn't even on my system?
>
If you don't have the ports tree (/usr/ports) on the box, put it there.
You can do this either via sysinstall or nab the ports tarball from FBSD.
--
Best regards,
Chris
If you fool around with a thing for very long you will
screw it up.
Chris Guest
-
Chris #14
Re: Installation instructions for Firefox somewhere?
Anthony Atkielski wrote:
> John writes:
>
>>>>It would help you if you installed the ports tree and portupgrade (and cvsup
>>it every day via cron to keep it up-to-date). If you did that, you would bave
>>been able to do like I have just done:
>
> But I figured that if I always pull the index from an FTP site, it's
> guaranteed to be up to date. Isn't that true? I'm never going to
> install more than a small fraction of the ports, so putting the entire
> tree on my site seems wasteful, especially if I have to constantly
> update it. I do have the tree on my production server, but only because
> I had a lot more disk space to play with.
>
Read the CVSup info on the FBSD site. There are ways (it escapes me at
the moment) to exclude things from the cvsup, IE: languages etc.
--
Best regards,
Chris
If you fool around with a thing for very long you will
screw it up.
Chris Guest
-
Anthony Atkielski #15
Re: Installation instructions for Firefox somewhere?
Chris writes:
I don't have 300 MB to spare, particularly for something that I will use> If you don't have the ports tree (/usr/ports) on the box, put it there.
so rarely.
What's wrong with getting the index from the FTP site when I run
sysinstall? Seems to me that it would guarantee that the ports are
always up to date.
--
Anthony
Anthony Atkielski Guest
-
Chris #16
Re: Installation instructions for Firefox somewhere?
Anthony Atkielski wrote:
I can't honestly answer that one. There is also a command to fetch the> Chris writes:
>
>>>>If you don't have the ports tree (/usr/ports) on the box, put it there.
>
> I don't have 300 MB to spare, particularly for something that I will use
> so rarely.
>
> What's wrong with getting the index from the FTP site when I run
> sysinstall? Seems to me that it would guarantee that the ports are
> always up to date.
>
index (without the need for sysinstall).
What you propose seems logical - I have never been faced with a space
issue, so I can't answer one way or the other.
--
Best regards,
Chris
If two wrongs don't make a right, try three.
Chris Guest
-
Chris Hodgins #17
Re: Installation instructions for Firefox somewhere?
Anthony Atkielski wrote:
There is a port called porteasy that you could use to grab only what you> John writes:
>
>>>>It would help you if you installed the ports tree and portupgrade (and cvsup
>>it every day via cron to keep it up-to-date). If you did that, you would bave
>>been able to do like I have just done:
>
> But I figured that if I always pull the index from an FTP site, it's
> guaranteed to be up to date. Isn't that true? I'm never going to
> install more than a small fraction of the ports, so putting the entire
> tree on my site seems wasteful, especially if I have to constantly
> update it. I do have the tree on my production server, but only because
> I had a lot more disk space to play with.
>
want from the port tree. Not used it myself before but I have seen a
few people mention it. You should be aware though that by installing
firefox you will be installing a lot of other ports that firefox depends
on as well.
Chris
Chris Hodgins Guest
-
Kevin Kinsey #18
Re: Installation instructions for Firefox somewhere?
Anthony Atkielski wrote:
Well, I've been under the impression for a while that sysinstall>Chris writes:
>
>>>>If you don't have the ports tree (/usr/ports) on the box, put it there.
>>
>>
>I don't have 300 MB to spare, particularly for something that I will use
>so rarely.
>
>What's wrong with getting the index from the FTP site when I run
>sysinstall? Seems to me that it would guarantee that the ports are
>always up to date.
>
>
is not necessarily reliable in terms of getting the most current
information; not because of its design, necessarily, but because
of some details about layout, building world, etc. Keep in mind
that this is "my take" on the question, and I'm basically nobody
(and will mention that fact again.)
A crunched binary version of sysinstall exists in /stand. A couple
(or 3?? - I knew this once) of years ago sysinstall was moved to
/usr/sbin in -CURRENT and now lives there in the 5.X branch. On
a 5.X machine, then, you have two "sysinstalls" that may or may not
be the same date, (and most likely aren't) and certainly may vary
in some way:
[668] Sat 26.Feb.2005 14:14:01
[kadmin@local][~]
ll /usr/sbin/sysinstall && ll /stand/sysinstall
-r-xr-xr-x 1 root wheel 411336 Feb 12 10:34 /usr/sbin/sysinstall*
-r-xr-xr-x 1 root wheel 2148964 Apr 23 2004 /stand/sysinstall*
Now consider the following note Murray Stokely writes in
/doc/en/articles/releng/ (he's discussing preparatory steps
for building a RELEASE):
"Sysinstall should be updated to note the number of available
ports and the amount of disk space required for the Ports Collection.
This information is currently kept in src/release/sysinstall/dist.c."
So, it's my best guess (as I said, IANAE) that /usr/sbin/sysinstall
will not know about anything later than the date obtained by
"uname -a" (last system rebuild, whatever), and /stand/sysinstall
may have hoplessly out of date information (unless you are in
the habit of crunching new binaries for /stand every time you
upgrade the system; most people probably don't<?>).
Now, I'm not saying I'm right, because I don't even know
the exact procedure you're describing in using sysinstall
for "getting the index", but most of my experiences using
it to try and do anything in terms of packages/ports seem
to indicate that it has basically one idea of where to look,
and that idea isn't the newest ports tree. I could be wrong.
Kevin Kinsey
Kevin Kinsey Guest
-
Kent Stewart #19
Re: Installation instructions for Firefox somewhere?
On Saturday 26 February 2005 05:01 am, Anthony Atkielski wrote:
I don't know. I grepped my installworld logs and it was not added by a> Kent Stewart writes:>> > It appears to be built as a compat lib. Locate places it in
> > /usr/compat/linux/usr/lib/libgtk-x11-2.0.so.0
> It's not there on my system. I did install Linux compatibility, and
> the directory is there and filled with files, but that specific file
> is not present. How do I put it there?
current update. I use firefox but always build it. I don't have any
logs of the portupgrade build of firefox.
FWIW, the fetchindex INDEX[-56] file is being updated on a 3 hour
schedule.
Kent
--
Kent Stewart
Richland, WA
[url]http://users.owt.com/kstewart/index.html[/url]
Kent Stewart Guest
-
Kevin Kinsey #20
Re: Installation instructions for Firefox somewhere?
Kevin Kinsey wrote:
<big snip>> Well, I've been under the impression for a while that sysinstall
> is not necessarily reliable ...
I need to add, in order that my previous post not go into the archives
as "absolute" fact, and that I not be considered by the general public
as more of an idiot than I might already have confirmed, that I
don't use sysinstall for much, and did just go back into that
program to the location "Configure > Options", where you can set
an {environment?} variable for sysinstall to look for a certain
release.
Now, if that can be set to "CURRENT" (or, more likely, "HEAD"),
then sysinstall might well grab you a current ports index ... if
it can do *that* at all.
I am sure that if your sysinstall is set to, say, 5.1-RELEASE (which
is no longer supported), it's not likely to find any packages at all.
Sorry for the FUD, if it's considered thusly.
Kevin Kinsey
Kevin Kinsey Guest



Reply With Quote

