Re: flashpluginwrapper question

2002-12-31 Thread Wayne Lubin

--- dick hoogendijk [EMAIL PROTECTED] wrote:
 On 30 Dec Wayne Lubin wrote:
  I downloaded the flashpluginwrapper tarball,
 untarballed it, and
  /usr/local/lib/libflashplayer.so.1 exits. What
 additional things do I
  need to do to get flash going on my native
 mozilla? Thanks.
 
 There is an info file in the /usr/ports directory
 about this program.
 Find it and read it. It's better to install trought
 ports anyhow.
 
 -- 
 dick -- http://www.nagual.st/ -- PGP/GnuPG key:
 F86289CE
 ++ Running FreeBSD 4.7 ++ Debian GNU/Linux (Woody)


I followed the directions in the info file and mozilla
still doesn't recognize the plugin. Strangly when I
logged out of gnome I got the following error msg
which may help

Failed to initialize share library
/usr/X11R6/lib/mozilla/plugins/libflashplayer_linux.so
 [undefied symbol __strtol_internal]

anyone know what is going on?  Thanks

Wayne

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



RE: flashpluginwrapper question

2002-12-31 Thread Wayne Lubin

--- Ian Watkinson [EMAIL PROTECTED] wrote:
  -Original Message-
  From: Wayne Lubin [mailto:[EMAIL PROTECTED]] 
  Sent: 31 December 2002 01:21
  To: [EMAIL PROTECTED]
  Subject: flashpluginwrapper question
  
  
  Hi,
  
  I downloaded the flashpluginwrapper tarball,
  untarballed it, and
 /usr/local/lib/libflashplayer.so.1
  exits. What additional things do I need to do to
 get
  flash going on my native mozilla? Thanks.
 
 Remove it, then goto
 /usr/ports/www/flashpluginwrapper
 
 Type 
 
 sudo make install
 
 Then follow the text that's left on the screen, you
 may have to scrol
 lock and page up to get it.
 
 
 
 
 -- 
 
 Ian Watkinson
 ==
 


Do you think this pluggin requires 4.7 bacause I am
using 4.6.

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: flashpluginwrapper question

2002-12-31 Thread dick hoogendijk
On 31 Dec Wayne Lubin wrote:
 --- dick hoogendijk [EMAIL PROTECTED] wrote:
  There is an info file in the /usr/ports directory
  about this program.
  It's better to install trought ports anyhow.

 I followed the directions in the info file and mozilla
 still doesn't recognize the plugin. Strangly when I
 logged out of gnome I got the following error msg
 which may help
 
 Failed to initialize share library
 /usr/X11R6/lib/mozilla/plugins/libflashplayer_linux.so
  [undefied symbol __strtol_internal]

That's very strange..
Did you install through ports? (make install clean)?
If not you may have missed some patches to the tarball.
If yes, your Mozilla is newer than mine(?).
The wrapper works perfectly on FreeBSD-4.7-release.

-- 
dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.7 ++ Debian GNU/Linux (Woody)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



RE: flashpluginwrapper question

2002-12-31 Thread Ian Watkinson
On Tue, 2002-12-31 at 08:30, Wayne Lubin wrote:
 --- Ian Watkinson [EMAIL PROTECTED] wrote:
snip of flashpluginwrapper

 
 Do you think this pluggin requires 4.7 bacause I am
 using 4.6.

Well if it's in the ports tree, I'd guess it would work, if it doesn't the wonderful 
thing
about ports, is you just go 

sudo make deinstall clean, and viola, you're back to where you started.

If theres one thing I've learned from Freebsd is this.

If you don't have a really good reason not to, then always install from the ports tres.




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: flashpluginwrapper question

2002-12-31 Thread Wayne Lubin

--- dick hoogendijk [EMAIL PROTECTED] wrote:
 On 31 Dec Wayne Lubin wrote:
  --- dick hoogendijk [EMAIL PROTECTED] wrote:
   There is an info file in the /usr/ports
 directory
   about this program.
   It's better to install trought ports anyhow.
 
  I followed the directions in the info file and
 mozilla
  still doesn't recognize the plugin. Strangly when
 I
  logged out of gnome I got the following error msg
  which may help
  
  Failed to initialize share library
 

/usr/X11R6/lib/mozilla/plugins/libflashplayer_linux.so
   [undefied symbol __strtol_internal]
 
 That's very strange..
 Did you install through ports? (make install clean)?
 If not you may have missed some patches to the
 tarball.
 If yes, your Mozilla is newer than mine(?).
 The wrapper works perfectly on FreeBSD-4.7-release.
 
 -- 
 dick -- http://www.nagual.st/ -- PGP/GnuPG key:
 F86289CE
 ++ Running FreeBSD 4.7 ++ Debian GNU/Linux (Woody)


I didn't use the ports. I just got the tarball,
untarballed it, did a make, make install, which
basically put lib/libflashplayer.so.1
into /usr/local/lib .   Then followed the directions
in the info file which entailed 

cp /usr/local/lib/flash/libflashplayer.so \
   
/usr/X11R6/lib/mozilla/plugins/libflashplayer_linux.so


cp /usr/local/lib/flash/ShockwaveFlash.class \
/usr/X11R6/lib/mozilla/plugins/

and putting

LD_PRELOAD=/usr/local/lib/libflashplayer.so.1
export LD_PRELOAD

at the top of the file /usr/X11R6/bin/mozilla

just below the shebang

But I guess some more magic is required that the ports
takes care of. I did see in the ports makefile there
is a post patch section so like you say maybe some
patching is required. I was under the understanding
that this program was written specifialy for freebsd,
and thought it would not need patching. Well guess I
will use the port. Thanks for the help.

Wayne


__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: flashpluginwrapper question

2002-12-31 Thread Wayne Lubin
Hi,

I downloaded the flashpluginwrapper by hand. You know,
I went to the ftp server into the flashpluginwrapper
directory and simply downloaded all files to a
directory that I created on my box called
/usr/ports/www/flashpluginwrapper/ 
and now when I do a make I get 

 flashpluginwrapper-0.20021113.tar.gz doesn't seem
to exist in /usr/ports/dist
files/.
 Attempting to fetch from
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfi
les/petef/.
Receiving flashpluginwrapper-0.20021113.tar.gz (4791
bytes): 100%
4791 bytes transferred in 0.2 seconds (26.22 kBps)
===  Extracting for flashpluginwrapper-0.20021113
 Checksum OK for
flashpluginwrapper-0.20021113.tar.gz.
===  Patching for flashpluginwrapper-0.20021113
-e:No such file or directory
*** Error code 1

Stop in /usr/ports/www/flashpluginwrapper.

Does anyone know what is going on? Is it saying that I
don't have the patches? But that does not make sense
because I would think all of the patches should have
been provided in the skeleton code I downloaded.


Wayne



__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: flashpluginwrapper question

2002-12-31 Thread Matthew Emmerton
 Hi,

 I downloaded the flashpluginwrapper by hand. You know,
 I went to the ftp server into the flashpluginwrapper
 directory and simply downloaded all files to a
 directory that I created on my box called
 /usr/ports/www/flashpluginwrapper/
 and now when I do a make I get

  flashpluginwrapper-0.20021113.tar.gz doesn't seem
 to exist in /usr/ports/dist
 files/.
  Attempting to fetch from
 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfi
 les/petef/.
 Receiving flashpluginwrapper-0.20021113.tar.gz (4791
 bytes): 100%
 4791 bytes transferred in 0.2 seconds (26.22 kBps)
 ===  Extracting for flashpluginwrapper-0.20021113
  Checksum OK for
 flashpluginwrapper-0.20021113.tar.gz.
 ===  Patching for flashpluginwrapper-0.20021113
 -e:No such file or directory
 *** Error code 1

 Stop in /usr/ports/www/flashpluginwrapper.

 Does anyone know what is going on? Is it saying that I
 don't have the patches? But that does not make sense
 because I would think all of the patches should have
 been provided in the skeleton code I downloaded.

The files you downloaded need to be placed in /usr/ports/distfiles, NOT
/usr/ports/www/flashpluginwrapper.

--
Matt Emmerton


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: flashpluginwrapper question

2002-12-31 Thread Wayne Lubin

--- Matthew Emmerton [EMAIL PROTECTED] wrote:
  Hi,
 
  I downloaded the flashpluginwrapper by hand. You
 know,
  I went to the ftp server into the
 flashpluginwrapper
  directory and simply downloaded all files to a
  directory that I created on my box called
  /usr/ports/www/flashpluginwrapper/
  and now when I do a make I get
 
   flashpluginwrapper-0.20021113.tar.gz doesn't
 seem
  to exist in /usr/ports/dist
  files/.
   Attempting to fetch from
 
 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfi
  les/petef/.
  Receiving flashpluginwrapper-0.20021113.tar.gz
 (4791
  bytes): 100%
  4791 bytes transferred in 0.2 seconds (26.22 kBps)
  ===  Extracting for flashpluginwrapper-0.20021113
   Checksum OK for
  flashpluginwrapper-0.20021113.tar.gz.
  ===  Patching for flashpluginwrapper-0.20021113
  -e:No such file or directory
  *** Error code 1
 
  Stop in /usr/ports/www/flashpluginwrapper.
 
  Does anyone know what is going on? Is it saying
 that I
  don't have the patches? But that does not make
 sense
  because I would think all of the patches should
 have
  been provided in the skeleton code I downloaded.
 
 The files you downloaded need to be placed in
 /usr/ports/distfiles, NOT
 /usr/ports/www/flashpluginwrapper.
 
 --
 Matt Emmerton
 


What? NO! I downloaded the skeleton. The tarball goes
in the distfiles directory. Look see above. The
tarball was correctly gotten an put into the distfiles
dir.  No, I am ok with respect to that.

Wayne



__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: flashpluginwrapper question

2002-12-31 Thread Matthew Emmerton
   Hi,
  
   I downloaded the flashpluginwrapper by hand. You
  know,
   I went to the ftp server into the
  flashpluginwrapper
   directory and simply downloaded all files to a
   directory that I created on my box called
   /usr/ports/www/flashpluginwrapper/
   and now when I do a make I get
  
flashpluginwrapper-0.20021113.tar.gz doesn't
  seem
   to exist in /usr/ports/dist
   files/.
Attempting to fetch from
  
  ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfi
   les/petef/.
   Receiving flashpluginwrapper-0.20021113.tar.gz
  (4791
   bytes): 100%
   4791 bytes transferred in 0.2 seconds (26.22 kBps)
   ===  Extracting for flashpluginwrapper-0.20021113
Checksum OK for
   flashpluginwrapper-0.20021113.tar.gz.
   ===  Patching for flashpluginwrapper-0.20021113
   -e:No such file or directory
   *** Error code 1
  
   Stop in /usr/ports/www/flashpluginwrapper.
  
   Does anyone know what is going on? Is it saying
  that I
   don't have the patches? But that does not make
  sense
   because I would think all of the patches should
  have
   been provided in the skeleton code I downloaded.
 
  The files you downloaded need to be placed in
  /usr/ports/distfiles, NOT
  /usr/ports/www/flashpluginwrapper.
 
  --
  Matt Emmerton


 What? NO! I downloaded the skeleton. The tarball goes
 in the distfiles directory. Look see above. The
 tarball was correctly gotten an put into the distfiles
 dir.  No, I am ok with respect to that.

 Wayne

You should probably update your version of /usr/ports/Mk/bsd.port.mk then.
I have a feeling you're running an older version of the ports-base code
(bsd.port.mk) and the port skeleton you downloaded is too new to use with
what you have installed.

Is there any reason you're not using cvsup to keep your ports collection in
sync?

--
Matt Emmerton


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



flashpluginwrapper question

2002-12-30 Thread Wayne Lubin
Hi,

I downloaded the flashpluginwrapper tarball,
untarballed it, and /usr/local/lib/libflashplayer.so.1
exits. What additional things do I need to do to get
flash going on my native mozilla? Thanks.

Wayne

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: flashpluginwrapper question

2002-12-30 Thread dick hoogendijk
On 30 Dec Wayne Lubin wrote:
 I downloaded the flashpluginwrapper tarball, untarballed it, and
 /usr/local/lib/libflashplayer.so.1 exits. What additional things do I
 need to do to get flash going on my native mozilla? Thanks.

There is an info file in the /usr/ports directory about this program.
Find it and read it. It's better to install trought ports anyhow.

-- 
dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.7 ++ Debian GNU/Linux (Woody)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message