Re: flash: linux firefox vs linuxpluginwrapper

2007-11-12 Thread Tino Engel

Aryeh M. Friedman schrieb:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Tino Engel wrote:
  

Aryeh M. Friedman schrieb:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



  

I posed a similar question on this list a short time ago.  Right
now, the only 'Flash' working on either Linux or native is Flash 7,
which does not work on many sites.  To get Flash 9, you need to use
wine under freebsd and install the windows version of Firefox.  I
have been told that this solution works fine "out of the box" on
FreeBSD 6.2 but I have not yet confirmed.
   


Works right out of the box for all versions of FreeBSD > 6 I just
did it on a 8-Current machine doing the following port installs in
this order:

firefox
linux-flashplugin7
acroread7

after you install acroread run "nspluginwrapper -v -a -i".


 
  

So did I. When I run firefox then, I get an error message as follows:

freebsdangel# firefox
LoadPlugin: failed to initialize shared library
/usr/local/lib/browser_plugins/libflashplayer.so [Shared object
"libdl.so.2" not found, required by "libflashplayer.so"]

But the library is existing:

freebsdangel# find / -name libdl.so.2
/usr/compat/linux/lib/libdl.so.2
freebsdangel#

And even adjusting the path does not help:

freebsdangel# setenv PATH "${PATH}:/usr/compat/linux/lib"

The result is the same:

So basically the question is:
How can I tell FreeBSD where to find the requested lib??




Did you do it from packages or ports?

  

From ports

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


Re: flash: linux firefox vs linuxpluginwrapper

2007-11-12 Thread Philip M. Gollucci
Tino Engel wrote:
> freebsdangel# setenv PATH "${PATH}:/usr/compat/linux/lib"
you are looking for LD_LIBRARY_PATH

You should do this with ldconfig so its there all the time; but use the
linux compat one, not the freebsd base system one.

The port should have done this for you.

cat /compat/linux/etc/ld.so.conf
include ld.so.conf.d/*.conf
/lib
/usr/lib
/usr/local/lib


-- 

Philip M. Gollucci ([EMAIL PROTECTED])
o:703.549.2050x206
Senior System Admin - Riderway, Inc.
http://riderway.com / http://ridecharge.com
1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB  B89E 1324 9B4F EC88 A0BF

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.

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


Re: flash: linux firefox vs linuxpluginwrapper

2007-11-12 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Tino Engel wrote:
> Aryeh M. Friedman schrieb:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>>
>> 
>>> I posed a similar question on this list a short time ago.  Right
>>> now, the only 'Flash' working on either Linux or native is Flash 7,
>>> which does not work on many sites.  To get Flash 9, you need to use
>>> wine under freebsd and install the windows version of Firefox.  I
>>> have been told that this solution works fine "out of the box" on
>>> FreeBSD 6.2 but I have not yet confirmed.
>>>
>>
>> Works right out of the box for all versions of FreeBSD > 6 I just
>> did it on a 8-Current machine doing the following port installs in
>> this order:
>>
>> firefox
>> linux-flashplugin7
>> acroread7
>>
>> after you install acroread run "nspluginwrapper -v -a -i".
>>
>>
>>  
> So did I. When I run firefox then, I get an error message as follows:
>
> freebsdangel# firefox
> LoadPlugin: failed to initialize shared library
> /usr/local/lib/browser_plugins/libflashplayer.so [Shared object
> "libdl.so.2" not found, required by "libflashplayer.so"]
>
> But the library is existing:
>
> freebsdangel# find / -name libdl.so.2
> /usr/compat/linux/lib/libdl.so.2
> freebsdangel#
>
> And even adjusting the path does not help:
>
> freebsdangel# setenv PATH "${PATH}:/usr/compat/linux/lib"
>
> The result is the same:
>
> So basically the question is:
> How can I tell FreeBSD where to find the requested lib??
>

Did you do it from packages or ports?


- --
Aryeh M. Friedman
Developer, not business, friendly
http://www.flosoft-systems.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHONKwJ9+1V27SttsRArfZAJ9mwg0zZD7ZlRDT5r4KY6bGZ2eSUQCeKn81
BNfbsfMQl1PXP25TNX8v3I8=
=gFhb
-END PGP SIGNATURE-

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


Re: flash: linux firefox vs linuxpluginwrapper

2007-11-12 Thread Tino Engel

Aryeh M. Friedman schrieb:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


  

I posed a similar question on this list a short time ago.  Right
now, the only 'Flash' working on either Linux or native is Flash 7,
which does not work on many sites.  To get Flash 9, you need to use
wine under freebsd and install the windows version of Firefox.  I
have been told that this solution works fine "out of the box" on
FreeBSD 6.2 but I have not yet confirmed.



Works right out of the box for all versions of FreeBSD > 6 I just
did it on a 8-Current machine doing the following port installs in
this order:

firefox
linux-flashplugin7
acroread7

after you install acroread run "nspluginwrapper -v -a -i".


  

So did I. When I run firefox then, I get an error message as follows:

freebsdangel# firefox
LoadPlugin: failed to initialize shared library 
/usr/local/lib/browser_plugins/libflashplayer.so [Shared object 
"libdl.so.2" not found, required by "libflashplayer.so"]


But the library is existing:

freebsdangel# find / -name libdl.so.2
/usr/compat/linux/lib/libdl.so.2
freebsdangel#

And even adjusting the path does not help:

freebsdangel# setenv PATH "${PATH}:/usr/compat/linux/lib"

The result is the same:

So basically the question is:
How can I tell FreeBSD where to find the requested lib??

Regards, Tino




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


Re: flash: linux firefox vs linuxpluginwrapper

2007-11-12 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


>
>
> I posed a similar question on this list a short time ago.  Right
> now, the only 'Flash' working on either Linux or native is Flash 7,
> which does not work on many sites.  To get Flash 9, you need to use
> wine under freebsd and install the windows version of Firefox.  I
> have been told that this solution works fine "out of the box" on
> FreeBSD 6.2 but I have not yet confirmed.

Works right out of the box for all versions of FreeBSD > 6 I just
did it on a 8-Current machine doing the following port installs in
this order:

firefox
linux-flashplugin7
acroread7

after you install acroread run "nspluginwrapper -v -a -i".

- --
Aryeh M. Friedman
Developer, not business, friendly
http://www.flosoft-systems.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHOGdhJ9+1V27SttsRAlYhAJwLmRfkU5eT9ugh3P1gfH0ImZO4RwCeI1xF
IrALlh7qkHerjj5BwNa3Qq4=
=P1uM
-END PGP SIGNATURE-

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


Re: flash: linux firefox vs linuxpluginwrapper

2007-11-12 Thread Mark Moellering
On Friday 09 November 2007 4:20 pm, John wrote:
> I've been struggling to get a handle on the FreeBSD system.  Making good
> progress, but then I ran into the fact that Firefox on FreeBSD can't do
> flash.  Definite showstopper, for me.  Ok, then I tried to use the
> linuxpluginwrapper approach, and it didn't work.
>
> It made me recall, in reading up on FreeBSD, I did see where somebody
> installed both Firefox and Linx-firefox.
>
> So before I do battle with this Linux wrapper approach, I wondered if I
> would be better off simply installing the Linux-firefox?
>
> Is that easier?  More likely to work?
>
> Does it perform almost as well as the native FreeBSD version?
>
> Any input would be appreciated.
>
> John


John,

I posed a similar question on this list a short time ago.  Right now, 
the 
only 'Flash' working on either Linux or native is Flash 7, which does not 
work on many sites.  To get Flash 9, you need to use wine under freebsd and 
install the windows version of Firefox.  I have been told that this solution 
works fine "out of the box" on FreeBSD 6.2 but I have not yet confirmed.

Mark Moellering
[EMAIL PROTECTED]








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


Re: flash: linux firefox vs linuxpluginwrapper

2007-11-11 Thread icantthinkofone

Tino Engel wrote:

icantthinkofone wrote:

Philip M. Gollucci wrote:

Philip M. Gollucci wrote:
 

John wrote:
  
I've been struggling to get a handle on the FreeBSD system.  
Making good
progress, but then I ran into the fact that Firefox on FreeBSD 
can't do

flash.  Definite showstopper, for me.  Ok, then I tried to use the
linuxpluginwrapper approach, and it didn't work.

It made me recall, in reading up on FreeBSD, I did see where somebody
installed both Firefox and Linx-firefox.

So before I do battle with this Linux wrapper approach, I wondered 
if I

would be better off simply installing the Linux-firefox?

Is that easier?  More likely to work?
  
http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2007-07/msg01919.html 



> cd /usr/ports/emulators/linux_base-fc6 ; make install clean

There is now:
cd /usr/ports/emulators/linux_base-f7 ; make install clean
which you should use instead -- its newer :)


  
btw, you don't need both native and Linux Firefox.  Native Firefox an 
do flash just fine.

___
Well, how can it? I cannot build linuxpluginwrapper, it alway fails 
saying:
===>  linuxpluginwrapper-20051113_8 doesn't support ELF symbol 
versioning, yet..

*** Error code 1
I
I am using RELENG_7 on i386.



How to install flash with native Firefox:

portinstall nspluginwrapper
portinstall linux-flashplugin7
portinstall linux-gtk2

There should be no need to set anything in firefox, you should simply 
run nspluginwrapper -a -v -i as the user who will be using FF, open it, 
and the plugins should be there.



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


Re: flash: linux firefox vs linuxpluginwrapper

2007-11-10 Thread Chuck Robey

Boris Samorodov wrote:

On Fri, 9 Nov 2007 17:08:12 -0500 Philip M. Gollucci wrote:

Philip M. Gollucci wrote:

John wrote:

I've been struggling to get a handle on the FreeBSD system.  Making good
progress, but then I ran into the fact that Firefox on FreeBSD can't do
flash.  Definite showstopper, for me.  Ok, then I tried to use the
linuxpluginwrapper approach, and it didn't work.

It made me recall, in reading up on FreeBSD, I did see where somebody
installed both Firefox and Linx-firefox.

So before I do battle with this Linux wrapper approach, I wondered if I
would be better off simply installing the Linux-firefox?

Is that easier?  More likely to work?

http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2007-07/msg01919.html

> cd /usr/ports/emulators/linux_base-fc6 ; make install clean



There is now:
cd /usr/ports/emulators/linux_base-f7 ; make install clean
which you should use instead -- its newer :)


Wow, what great timing, I was just starting to look about for a browser 
to give me flash.  Let me ask this again, both for my own use, and for 
those folks (like me) who have googled this without success so far: if I 
wanted, as far as possible, to stay with FreeBSD-native apps (but 
willing to do whatever it takes, IF its the only way to success) how 
does someone get to having a browser run on FreeBSD, with the main 
requirement, that it run Flash.


Oh.  One more qualification (I can get a bit picky, I guess).  I notice 
that there's a port for flashplugin9, not just 7.  Is there ANY setup 
that allows flash9, not just flash7?  The only limitation I keep active 
is, I don't run MS software.  No Windows.  I suppose, if it's the best 
way, I could even choose Wine (does this make me a Wino?)


'Preciate this, I'm anxious to get started.  If I'm forced to it, I have 
a great amount of disk, I would give as much disk as it needs, to get 
this, I just need to overcome old prejudices over using too much disk. 
I guess I can't get used to having gigabytes, not megabytes, to play with.

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


Re: flash: linux firefox vs linuxpluginwrapper

2007-11-10 Thread Yuri Pankov
On Sun, Nov 11, 2007 at 01:53:40AM +, Tino Engel wrote:
> icantthinkofone wrote:
>> Philip M. Gollucci wrote:
>>> Philip M. Gollucci wrote:
>>>  
 John wrote:

> I've been struggling to get a handle on the FreeBSD system.  Making 
> good
> progress, but then I ran into the fact that Firefox on FreeBSD can't do
> flash.  Definite showstopper, for me.  Ok, then I tried to use the
> linuxpluginwrapper approach, and it didn't work.
>
> It made me recall, in reading up on FreeBSD, I did see where somebody
> installed both Firefox and Linx-firefox.
>
> So before I do battle with this Linux wrapper approach, I wondered if I
> would be better off simply installing the Linux-firefox?
>
> Is that easier?  More likely to work?
>   
 http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2007-07/msg01919.html
 
>>> > cd /usr/ports/emulators/linux_base-fc6 ; make install clean
>>>
>>> There is now:
>>> cd /usr/ports/emulators/linux_base-f7 ; make install clean
>>> which you should use instead -- its newer :)
>>>
>>>
>>>   
>> btw, you don't need both native and Linux Firefox.  Native Firefox an do 
>> flash just fine.
>> ___
> Well, how can it? I cannot build linuxpluginwrapper, it alway fails saying:
> ===>  linuxpluginwrapper-20051113_8 doesn't support ELF symbol versioning, 
> yet..
> *** Error code 1
> I
> I am using RELENG_7 on i386.

Use www/nspluginwrapper.


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


Re: flash: linux firefox vs linuxpluginwrapper

2007-11-10 Thread Tino Engel

Philip M. Gollucci wrote:

John wrote:
  

I've been struggling to get a handle on the FreeBSD system.  Making good
progress, but then I ran into the fact that Firefox on FreeBSD can't do
flash.  Definite showstopper, for me.  Ok, then I tried to use the
linuxpluginwrapper approach, and it didn't work.

It made me recall, in reading up on FreeBSD, I did see where somebody
installed both Firefox and Linx-firefox.

So before I do battle with this Linux wrapper approach, I wondered if I
would be better off simply installing the Linux-firefox?

Is that easier?  More likely to work?


http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2007-07/msg01919.html

That will work just fine using flash7.  When you need flash9, thats a
different story.

works on 6.2, 6.3, 7.0-current, 7.0-betaX, and 8.0-current.


  
Flash 9 alway causes segfault when displaying flash movie in my 
linux-firefox. So what am I doing wrong.

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


Re: flash: linux firefox vs linuxpluginwrapper

2007-11-10 Thread Tino Engel

icantthinkofone wrote:

Philip M. Gollucci wrote:

Philip M. Gollucci wrote:
 

John wrote:
   
I've been struggling to get a handle on the FreeBSD system.  Making 
good
progress, but then I ran into the fact that Firefox on FreeBSD 
can't do

flash.  Definite showstopper, for me.  Ok, then I tried to use the
linuxpluginwrapper approach, and it didn't work.

It made me recall, in reading up on FreeBSD, I did see where somebody
installed both Firefox and Linx-firefox.

So before I do battle with this Linux wrapper approach, I wondered 
if I

would be better off simply installing the Linux-firefox?

Is that easier?  More likely to work?
  
http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2007-07/msg01919.html 



> cd /usr/ports/emulators/linux_base-fc6 ; make install clean

There is now:
cd /usr/ports/emulators/linux_base-f7 ; make install clean
which you should use instead -- its newer :)


  
btw, you don't need both native and Linux Firefox.  Native Firefox an 
do flash just fine.

___

Well, how can it? I cannot build linuxpluginwrapper, it alway fails saying:
===>  linuxpluginwrapper-20051113_8 doesn't support ELF symbol 
versioning, yet..

*** Error code 1
I
I am using RELENG_7 on i386.

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


Re: flash: linux firefox vs linuxpluginwrapper

2007-11-09 Thread Boris Samorodov
On Fri, 9 Nov 2007 17:08:12 -0500 Philip M. Gollucci wrote:
> Philip M. Gollucci wrote:
> > John wrote:
> >> I've been struggling to get a handle on the FreeBSD system.  Making good
> >> progress, but then I ran into the fact that Firefox on FreeBSD can't do
> >> flash.  Definite showstopper, for me.  Ok, then I tried to use the
> >> linuxpluginwrapper approach, and it didn't work.
> >>
> >> It made me recall, in reading up on FreeBSD, I did see where somebody
> >> installed both Firefox and Linx-firefox.
> >>
> >> So before I do battle with this Linux wrapper approach, I wondered if I
> >> would be better off simply installing the Linux-firefox?
> >>
> >> Is that easier?  More likely to work?
> > http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2007-07/msg01919.html
> > cd /usr/ports/emulators/linux_base-fc6 ; make install clean

> There is now:
> cd /usr/ports/emulators/linux_base-f7 ; make install clean
> which you should use instead -- its newer :)

And please keep an eye at /usr/ports/UPDATING (about linux_base
port).


WBR
-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone & Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: flash: linux firefox vs linuxpluginwrapper

2007-11-09 Thread icantthinkofone

Philip M. Gollucci wrote:

Philip M. Gollucci wrote:
  

John wrote:


I've been struggling to get a handle on the FreeBSD system.  Making good
progress, but then I ran into the fact that Firefox on FreeBSD can't do
flash.  Definite showstopper, for me.  Ok, then I tried to use the
linuxpluginwrapper approach, and it didn't work.

It made me recall, in reading up on FreeBSD, I did see where somebody
installed both Firefox and Linx-firefox.

So before I do battle with this Linux wrapper approach, I wondered if I
would be better off simply installing the Linux-firefox?

Is that easier?  More likely to work?
  

http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2007-07/msg01919.html


> cd /usr/ports/emulators/linux_base-fc6 ; make install clean

There is now:
cd /usr/ports/emulators/linux_base-f7 ; make install clean
which you should use instead -- its newer :)


  
btw, you don't need both native and Linux Firefox.  Native Firefox an do 
flash just fine.

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


Re: flash: linux firefox vs linuxpluginwrapper

2007-11-09 Thread icantthinkofone

Philip M. Gollucci wrote:

Philip M. Gollucci wrote:
  

John wrote:


I've been struggling to get a handle on the FreeBSD system.  Making good
progress, but then I ran into the fact that Firefox on FreeBSD can't do
flash.  Definite showstopper, for me.  Ok, then I tried to use the
linuxpluginwrapper approach, and it didn't work.

It made me recall, in reading up on FreeBSD, I did see where somebody
installed both Firefox and Linx-firefox.

So before I do battle with this Linux wrapper approach, I wondered if I
would be better off simply installing the Linux-firefox?

Is that easier?  More likely to work?
  

http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2007-07/msg01919.html


> cd /usr/ports/emulators/linux_base-fc6 ; make install clean

There is now:
cd /usr/ports/emulators/linux_base-f7 ; make install clean
which you should use instead -- its newer :)


  

And all that works fine with Firefox and FreeBSD.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: flash: linux firefox vs linuxpluginwrapper

2007-11-09 Thread Philip M. Gollucci
Philip M. Gollucci wrote:
> John wrote:
>> I've been struggling to get a handle on the FreeBSD system.  Making good
>> progress, but then I ran into the fact that Firefox on FreeBSD can't do
>> flash.  Definite showstopper, for me.  Ok, then I tried to use the
>> linuxpluginwrapper approach, and it didn't work.
>>
>> It made me recall, in reading up on FreeBSD, I did see where somebody
>> installed both Firefox and Linx-firefox.
>>
>> So before I do battle with this Linux wrapper approach, I wondered if I
>> would be better off simply installing the Linux-firefox?
>>
>> Is that easier?  More likely to work?
> http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2007-07/msg01919.html
> cd /usr/ports/emulators/linux_base-fc6 ; make install clean

There is now:
cd /usr/ports/emulators/linux_base-f7 ; make install clean
which you should use instead -- its newer :)


-- 

Philip M. Gollucci ([EMAIL PROTECTED])
o:703.549.2050x206
Senior System Admin - Riderway, Inc.
http://riderway.com / http://ridecharge.com
1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB  B89E 1324 9B4F EC88 A0BF

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.

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


Re: flash: linux firefox vs linuxpluginwrapper

2007-11-09 Thread Philip M. Gollucci
John wrote:
> I've been struggling to get a handle on the FreeBSD system.  Making good
> progress, but then I ran into the fact that Firefox on FreeBSD can't do
> flash.  Definite showstopper, for me.  Ok, then I tried to use the
> linuxpluginwrapper approach, and it didn't work.
> 
> It made me recall, in reading up on FreeBSD, I did see where somebody
> installed both Firefox and Linx-firefox.
> 
> So before I do battle with this Linux wrapper approach, I wondered if I
> would be better off simply installing the Linux-firefox?
> 
> Is that easier?  More likely to work?
http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2007-07/msg01919.html

That will work just fine using flash7.  When you need flash9, thats a
different story.

works on 6.2, 6.3, 7.0-current, 7.0-betaX, and 8.0-current.


-- 

Philip M. Gollucci ([EMAIL PROTECTED])
o:703.549.2050x206
Senior System Admin - Riderway, Inc.
http://riderway.com / http://ridecharge.com
1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB  B89E 1324 9B4F EC88 A0BF

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.

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