plugin in firefox

2006-03-03 Thread Mikael Backman

I use FreeBSD 6.0 and Firefox 1.5
I think I've done all the things I should do:

Installed ports linux-realplayer, linuxpluginwrapper and linux-flashplayer6
Copied the example file for FreeBSD 6 to /etc/libmap.conf

copied the files from /usr/X11R6/lib/linux-flashplugin6
and /usr/X11R6/lib/linux-mozilla/plugins
to /usr/X11R6/lib/browser-plugins

But when I run Firefox I get these errors:

LoadPlugin: failed to initialize shared library 
/usr/X11R6/lib/browser_plugins/nphelix.so 
[/usr/X11R6/lib/browser_plugins/nphelix.so: Undefined symbol stderr]
LoadPlugin: failed to initialize shared library 
/usr/X11R6/lib/browser_plugins/libflashplayer.so [Shared object 
libpthread.so.0 not found, required by libflashplayer.so]





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


Re: plugin in firefox

2006-03-03 Thread Mikael Backman

Donald J. O'Neill wrote:

This libmap.conf is what works for me, compare it with yours. It's one I 
spent a whole lot of time and trouble reading advice for what worked.


Don

===
# /etc/libmap.conf for FreeBSD 6.0(6.0-BETA3 and later) and 7-current
# $Id: libmap.conf-FreeBSD6,v 1.23 2005/11/13 01:46:14 nork Exp $

###
# [ALPHA SUPPORT] Flash7 with Mozilla
[/usr/X11R6/lib/linux-flashplugin7/libflashplayer.so]
libpthread.so.0 libpthread.so.2
libdl.so.2  pluginwrapper/flash7.so
libz.so.1   libz.so.3
libm.so.6   libm.so.4
libc.so.6   pluginwrapper/flash7.so


###
# Flash6 with Opera is not avilable.

# Flash6 with Konqueror
# SEE ALSO: http://freebsd.kde.org/howtos/konqueror-flash.php
# This configuration was integrated to following one.

# Flash6 with Mozilla/Firebird/Galeon/Epiphany/Konqueror/Kazehakase
[/usr/X11R6/lib/linux-flashplugin6/libflashplayer.so]
libpthread.so.0 pluginwrapper/flash6.so
libdl.so.2  pluginwrapper/flash6.so
libz.so.1   libz.so.3
libstdc++-libc6.2-2.so.3libstdc++.so.5
libm.so.6   libm.so.4
libc.so.6   pluginwrapper/flash6.so


###
# Acrobat5 with Mozilla/Firebird/Galeon/Epiphany/Konqueror/Kazehakase
[/usr/X11R6/Acrobat5/Browsers/intellinux/nppdf.so]
libc.so.6   pluginwrapper/acrobat.so

# Acrobat7 with Mozilla/Firebird/Galeon/Epiphany/Konqueror/Kazehakase
[/usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so]
libc.so.6   pluginwrapper/acrobat.so

# Japanese Acrobat7 with 
Mozilla/Firebird/Galeon/Epiphany/Konqueror/Kazehakase

[/usr/X11R6/Acrobat7/Browser/intellinux/nppdf.so]
libc.so.6   pluginwrapper/acrobat.so


###
# Helix RealPlayer with 
Mozilla/Firebird/Galeon/Epiphany/Konqueror/Kazehakase

[/usr/X11R6/lib/linux-mozilla/plugins/nphelix.so]
libstdc++.so.5  libstdc++.so.5
libc.so.6   pluginwrapper/realplayer.so


###
# Java3D
# NOTE: THESE ARE SAMPLES.  PLEASE SEE ALSO INSTALL MESSAGES
#   OF java/java3d PORT.
[/usr/local/jdk1.4.2/jre/lib/i386/libJ3D.so]
libdl.so.2  pluginwrapper/java3d.so
libm.so.6   libm.so.4
libnsl.so.1 pluginwrapper/java3d.so
libpthread.so.0 pluginwrapper/java3d.so
libc.so.6   pluginwrapper/java3d.so

[/usr/local/jdk1.4.2/jre/lib/i386/libj3daudio.so]
libm.so.6   libm.so.4
libnsl.so.1 pluginwrapper/java3d_snd.so
libpthread.so.0 pluginwrapper/java3d_snd.so
libc.so.6   pluginwrapper/java3d_snd.so

[/usr/local/jdk1.4.2/jre/lib/i386/libJ3DUtils.so]
libpthread.so.0 pluginwrapper/java3d.so
libc.so.6   pluginwrapper/java3d.so


###
# Java Advanced Imaging (JAI) API
# NOTE: THIS IS A SAMPLE.  PLEASE SEE ALSO INSTALL MESSAGES
#   OF java/jai PORT.
[/usr/local/jdk1.4.2/jre/lib/i386/libmlib_jai/libmlib_jai.so]
libm.so.6   libm.so.4
libc.so.6   pluginwrapper/jai.so


###
# JAI Image I/O Tools
# NOTE: THIS IS A SAMPLE.  PLEASE SEE ALSO INSTALL MESSAGES
#   OF java/jai-imageio PORT.
[/usr/local/jdk1.4.2/jre/lib/i386/libclib_jiio.so]
libm.so.6   libm.so.4
libc.so.6   pluginwrapper/jai.so


###
# Photo Image Print System (for EPSON bubble jet printers driver)
#[/usr/local/lib/pips/]
#libc.so.6  pluginwrapper/pips.so
#libdl.so.2 pluginwrapper/pips.so


###
#[/compat/linux/usr/lib/oracle/10.1.0.3/client/lib/libclntsh.so.10.1]
#libdl.so.2 pluginwrapper/oci8.so
#libm.so.6  libm.so.4
#libpthread.so.0libpthread.so.2
#libnsl.so.1pluginwrapper/oci8.so
#libc.so.6  pluginwrapper/oci8.so



===
On Friday 03 March 2006 09:15, Antony M Rasat wrote:
 


First try man ldconfig.

An example quick-fix for your situation is perhaps
ldconfig -m /usr/X11R6/lib/browser_plugins.

Regards,

Anthony M. Rasat
PT. Kalteng Pos Press
Palangkaraya - Indonesia.-


-Original Message-
From: Mikael Backman [EMAIL PROTECTED]
To: freebsd-questions@freebsd.org
Date: Fri, 03 Mar 2006 15:50:34 +0100
Subject: plugin in firefox

   


I use FreeBSD 6.0 and Firefox 1.5
I think I've

Re: plugin in firefox

2006-03-03 Thread Mikael Backman

Donald J. O'Neill wrote:


On Friday 03 March 2006 10:07, Mikael Backman wrote:

 


Thank you for your reply. But it didn't help to replace libmap.conf
with your file or run ldconfig. I get the same error messages. I must
be doing somthing stupid somewhere. Maybe I should use linux-firefox?
___
   

No, it does work with a native firefox. I've got it working on mine, I 
have FreeBSD 6.1 PRERELEASE, so you can get it working on yours. The 
big problem is, I can't remember where I found the information. It 
could have been on ports@, I think there was quite a discussion on 
there at one time.


ls -l /usr/X11R6/lib/browser_plugins  should look something like this:
===
flashplayer.xpt - /usr/X11R6/lib/linux-flashplugin6/flashplayer.xpt

libflashplayer.so 
- /usr/X11R6/lib/linux-flashplugin6/libflashplayer.so


libjavaplugin_oji.so 
- /usr/local/jdk1.4.2/jre/plugin/i386/ns610/libjavaplugin_oji.so


nphelix.so - /usr/X11R6/lib/linux-mozilla/plugins/nphelix.so

nphelix.xpt - /usr/X11R6/lib/linux-mozilla/plugins/nphelix.xpt

nppdf.so 
- /usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so

==

It appears that I've got some more work to do to get Acrobat7 to work, 
but everything else is.


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

 

Thank you very much! The error messages is gone and the plugin is 
working. Now I can listen to BBC tonight!  :)

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


port math/maxima broken....

2005-12-13 Thread Mikael Backman

Hi,
Is there anybody who knows when/if this port will be fixed?
Is there any similar app in the ports tree?
/Mikael
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: port math/maxima broken....

2005-12-13 Thread Mikael Backman

P.U.Kruppa wrote:


On Tue, 13 Dec 2005, P.U.Kruppa wrote:


On Tue, 13 Dec 2005, Mikael Backman wrote:


Hi,
Is there anybody who knows when/if this port will be fixed?
Is there any similar app in the ports tree?
/Mikael


I think it isn't completely broken. In its Makefile you can comment 
the line

# WITH_CMUCL=yes
and uncomment
WITH_GCL=yes

This will build maxima with gnu common lisp instead of cmucl and 
should work.


and sorry I forgot: Of course you also have to comment the line
# BROKEN=Does not build

Uli.




There also are the CAS's
mupad (needs linux compat)
yacas(no GUI, console only)
gap(specialized on algebra and group theory stuff)

Regards,

Uli.


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






*
* Peter Ulrich Kruppa - Wuppertal - Germany *
*
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]






*
* Peter Ulrich Kruppa - Wuppertal - Germany *
*
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]



Hello! Thank you for your very helpfull answer.  :)
/Mikael
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ASUS VINTAGE-PE1 661FX SKT775 BAREBONE on 6.0?

2005-12-03 Thread Mikael Backman

Hi.
Regarding ASUS VINTAGE-PE1 661FX SKT775 BAREBONE...
Anyone knows if this barebon system works with FreeBSD 6.0?
The chipset on the mobo is SiS 661FXX.
The graphic chip is SiS Real 256E Graphics Intergrated.
I don't know about the sound chip, but that is less important..

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


Trying to use port/security/cfs...

2005-11-27 Thread Mikael Backman

Hi.

I've done everything specified in the manual.
It seems to work. /crypt is mounted as nfs..
Created a sample dir with cmkdir and cattach-ed it
This is really stupid but I can't for the life of me
figure out how to encrypt my data  and get it into my sample dir.
The man page for cmkdir states that I should not write directly to the 
dir...


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


Re: plugin in mozilla

2005-11-19 Thread Mikael Backman

Tino Boss wrote:


Mikael Backman wrote:

Thank you for your reply. I did look at the archives but the only 
thing I could find was that I should copy the example 
libmap.conf{FreBSD6} to /etc/ libmap.conf  Which I did...  You don't 
feel like elaborating on those links in 
/usr/X11R6/lib/browser_plugins  ?



# Flashplugin

ln -s /usr/X11R6/lib/linux-flashplugin6/flashplayer.xpt 
/usr/X11R6/lib/browser_plugins/flashplayer.xpt
ln -s /usr/X11R6/lib/linux-flashplugin6/libflashplayer.so 
/usr/X11R6/lib/browser_plugins/libflashplayer.so


# Realplayer-Plugin
ln -s /usr/X11R6/lib/linux-mozilla/plugins/nphelix.so 
/usr/X11R6/lib/browser_plugins/nphelix.so
ln -s /usr/X11R6/lib/linux-mozilla/plugins/nphelix.xpt 
/usr/X11R6/lib/browser_plugins/nphelix.xpt


# Adobe Reader 7-Plugin
ln -s 
/usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so 
/usr/X11R6/lib/browser_plugins/nppdf.so


# Java-Plugin
ln -s /usr/local/jdk1.4.2/jre/plugin/i386/ns610/libjavaplugin_oji.so 
/usr/X11R6/lib/browser_plugins/libjavaplugin_oji.so


btw: you should verify that you have the desired plugins installed; 
apparently the wrapper doesn't do it automatically anymore.


regards
Tino

btw2: you should reply to the list and not not me =)

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


Thank you very much! 
Now mozilla accepts the realplayer plugin.
Now all I have to do is figure out why realplayer only play statics when 
i connect to the BBC.  Maybe something needs to be tweaked with the 
sound card module?  The module I use is snd_ess. But KsCD  works fine in 
KDE...



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


plugin in mozilla

2005-11-18 Thread Mikael Backman

hi!
i have installed linuxpluginwrapper and added the file /etc/libmap.conf
from the examples for 6.0 but mozilla shows no plugin installed...
what can i do? i even rebooted ...
/mikael
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


To little swapspace...

2005-11-01 Thread Mikael Backman

Hi!
Is there a way to reduce yhe /usr  slice and use that space as expanded 
swap space?

Without reinstalling?

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


linuxpluginwrapper and firefox

2005-10-21 Thread Mikael Backman
Hi.

I've just installed linuxpluginwrapper with portupgrade to try to listen to 
webradio.
Now when I try to run firefox I get this error message:


darkstar /home/mb 4:29:39pm %linux-firefox
/usr/X11R6/lib/linux-firefox/linux-firefox-bin: error while loading shared 
libraries: libX11.so.6: cannot open shared object file: No such file or 
directory

Help would be much appreciated!
/Mikael 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: linuxpluginwrapper and firefox

2005-10-21 Thread Mikael Backman
On Friday 21 October 2005 16.54, Adi Pircalabu wrote:
 On Fri, 21 Oct 2005 16:35:05 +0200

 Mikael Backman [EMAIL PROTECTED] wrote:
  darkstar /home/mb 4:29:39pm %linux-firefox
  /usr/X11R6/lib/linux-firefox/linux-firefox-bin: error while loading
  shared libraries: libX11.so.6: cannot open shared object file: No
  such file or directory

 Did you install x11/linux-XFree86-libs?
 Did you enable Linux compatibility?

 --
 Adi Pircalabu (PGP Key ID 0x04329F5E)

 I did installl x11/linux-XFree86-lib 
How do I enable linux compatibility?

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


Re: linuxpluginwrapper and firefox

2005-10-21 Thread Mikael Backman
On Friday 21 October 2005 17.16, Adi Pircalabu wrote:
 On Fri, 21 Oct 2005 17:04:49 +0200

 Mikael Backman [EMAIL PROTECTED] wrote:
   I did installl x11/linux-XFree86-lib
  How do I enable linux compatibility?

 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/linuxemu-lbc-inst
all.html

 --
 Adi Pircalabu (PGP Key ID 0x04329F5E)
Thank you. I turned out I had enabled linux compatibility.

I Installed the latest version 1.0.7 of linux-firefox and 
run /usr/X11R6/lib/linux-firefox/linkfarm

Now firefox works!  :)

Let's hope I can listen to webradio now...

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


Re: linuxpluginwrapper and firefox

2005-10-21 Thread Mikael Backman
On Friday 21 October 2005 16.35, Mikael Backman wrote:
I've installed both the native firefox and linux-firefox and the 
linuxpluginwrapper but when I check in firefox there are no plugins 
installed...  What is it I'm missing?

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


How to read system mail?

2005-10-07 Thread Mikael Backman
Hello.
This a really stupid question.
When I log in as root I keep getting messages from the system: You have mail.
But I don't know how to read them!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to read system mail?

2005-10-07 Thread Mikael Backman
On Friday 07 October 2005 12.10, you wrote:
Thank you for your swift answer!  I didn't know the mail command..   :P


 type mail also check man mail...or if you have a mail server check
 /etc/aliases and route it to your user and read it through a client like
 mutt or pine

 * Mikael Backman ([EMAIL PROTECTED]) wrote:
  Hello.
  This a really stupid question.
  When I log in as root I keep getting messages from the system: You have
  mail. But I don't know how to read them!
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]

 +--==/\/\==--+   (__)  FreeBSD

 |   [EMAIL PROTECTED] |\\\'',)  The
 |Kernel  ESCAFLOWNE  |  \/  \ ^Power
 | Web http://unixdaemon.org  |  .\._/_)To

 +--==\/\/==--+ Serve

 [ We've switched the bath sponge with a tribble. ]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


How often cvsup the ports?

2005-10-06 Thread Mikael Backman
Hi.
I use Portupgrade to install apps every now and then.
How often should I cvsup the ports? 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: svgalib ,vesa and mplayer

2004-02-09 Thread mikael backman
Dev Tugnait wrote:

Thats the message i get but mplayer then crashes with a bug, i dont really use it but i had to be root cuz it says svga Input/Output error as normal user

* mikael backman ([EMAIL PROTECTED]) wrote:
 

Hi.
I use FreeBSD 5.2
I try to watch a movie with mplayer in the console using
svgalib for video. I have included options VESA in GENERIC
and compiled and installed the kernel.
I get no error messages  when I run mplayer -vo svga file.avi. It just 
says that pseudo terminal 9 is allocated for svgalib and then mplayer 
quitly aborts.And there is nothing displayed in terminal 9.

I must be doing something wrong but I don't know what.
Any help would be appriciated.
regard
Mikael


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

 

I do run mplayer as root, so thats not the problem. Other sugesstions?

/Mikael

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


svgalib ,vesa and mplayer

2004-02-08 Thread mikael backman
Hi.
I use FreeBSD 5.2
I try to watch a movie with mplayer in the console using
svgalib for video. I have included options VESA in GENERIC
and compiled and installed the kernel.
I get no error messages  when I run mplayer -vo svga file.avi. It just 
says that pseudo terminal 9 is allocated for svgalib and then mplayer 
quitly aborts.And there is nothing displayed in terminal 9.

I must be doing something wrong but I don't know what.
Any help would be appriciated.
regard
Mikael


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


problem with perl when installing port dvdrip

2003-12-10 Thread mikael backman
Hi.
I don't understand what this mean:

%cd /usr/ports/multimedia/dvdrip
%make
===  dvdrip-0.50.13_1 is marked as broken: You need at least perl 5.6.0. Do 
not use FreeBSD 4.x' system perl, it's outdated. Install lang/perl5 and issue 
'use.perl port'

I installed perl5 ,but  issue 'use.perl port'  ?

Mikael

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


freebsd bootmanager reboots immidiatly

2003-11-24 Thread mikael backman
Hello.
I am a newbie
I installed FreeBSD 4.9 release to dualboot with
winXP. All went well untill it was time to finish the installation and reboot. I got 
the options
F1 ??
F2 winxp
F3 Freebsd
on the screen.

When I press F2 winxp is booted fine. But when I press F3
the computer just reboots again and again :-(
No message from the kernel or anything,it just reboots.
How can I fix this?

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