View Single Post
  #1   (View Single Post)  
Old 19th May 2008
dctr dctr is offline
Port Guard
 
Join Date: May 2008
Posts: 30
Default Flash / nspluginwrapper & linuxpluginwrapper

I am going by

Quote:
nstall the www/linuxpluginwrapper port. This port requires emulators/linux_base which is a large port. Follow the instructions displayed by the port to set up your /etc/libmap.conf correctly! Example configurations are installed into /usr/local/share/examples/linuxpluginwrapper/ directory.

The next step is to install the www/linux-flashplugin7 port. Once the plugin is installed, start your browser, enter aboutlugins in the location bar and press Enter. A list should appear with all the currently available plugins.

If the Flash plugin is not listed, this is, most of time, caused by a missing symlink. As root, run the following commands:

# ln -s /usr/local/lib/npapi/linux-flashplugin/libflashplayer.so \
/usr/local/lib/browser_plugins/
# ln -s /usr/local/lib/npapi/linux-flashplugin/flashplayer.xpt \
/usr/local/lib/browser_plugins/

If you restart your browser the plugin should now appears in the previously mentioned list.

Note: The linuxpluginwrapper only works on the i386™ system architecture.
from the BSD website.

When trying to install linuxpluginwrapper I get

Code:
r00tr00t# cd /usr/ports/www/linux-flashplugin7
r00tr00t# make install clean
===>  Installing for linux-flashplugin-7.0r73
===>   linux-flashplugin-7.0r73 depends on executable: nspluginwrapper - not fou
nd
===>    Verifying install for nspluginwrapper in /usr/ports/www/nspluginwrapper
===>  Installing for nspluginwrapper-0.9.91.5
===>   nspluginwrapper-0.9.91.5 depends on file: /compat/linux/usr/lib/libgtk-x1
1-2.0.so.0 - found
===>   nspluginwrapper-0.9.91.5 depends on file: /usr/local/libdata/xorg/librari
es - found
===>   nspluginwrapper-0.9.91.5 depends on file: /compat/linux/etc/fedora-releas
e - found
===>   nspluginwrapper-0.9.91.5 depends on executable: pkg-config - found
===>   nspluginwrapper-0.9.91.5 depends on file: /usr/local/lib/gio/modules/libg
iofam.so - not found
===>    Verifying install for /usr/local/lib/gio/modules/libgiofam.so in /usr/po
rts/devel/gio-fam-backend
===>  Building for gio-fam-backend-2.16.3
/bin/sh ../../libtool --tag=CC   --mode=link cc -DG_LOG_DOMAIN=\"GLib-GIO\" -I..
/.. -I../../glib -I../../gmodule -I../../gio -DG_DISABLE_CAST_CHECKS -DGIO_MODUL
E_DIR=\"/usr/local/lib/gio/modules\" -DGIO_COMPILATION -DG_DISABLE_DEPRECATED -O
2 -fno-strict-aliasing -pipe  -Wall -export_dynamic -avoid-version -module -no-u
ndefined -export-symbols-regex '^g_io_module_(load|unload)' -L/usr/local/lib -li
ntl -o libgiofam.la -rpath /usr/local/lib/gio/modules libgiofam_la-fam-helper.lo
 libgiofam_la-fam-module.lo libgiofam_la-gfamdirectorymonitor.lo libgiofam_la-gf
amfilemonitor.lo  -lgio-2.0 -lgobject-2.0 -lglib-2.0  -lfam
rm -fr  .libs/libgiofam.exp
generating symbol list for `libgiofam.la'
/usr/bin/nm -B  .libs/libgiofam_la-fam-helper.o .libs/libgiofam_la-fam-module.o
.libs/libgiofam_la-gfamdirectorymonitor.o .libs/libgiofam_la-gfamfilemonitor.o
| sed -n -e 's/^.*[     ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-
Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /usr/bin/sed 's/.* //' | sort | uniq > .libs
/libgiofam.exp
/usr/bin/grep -E -e "^g_io_module_(load|unload)" ".libs/libgiofam.exp" > ".libs/                                                                                               libgiofam.expT"
mv -f ".libs/libgiofam.expT" ".libs/libgiofam.exp"
cc -shared  .libs/libgiofam_la-fam-helper.o .libs/libgiofam_la-fam-module.o .lib                                                                                               s/libgiofam_la-gfamdirectorymonitor.o .libs/libgiofam_la-gfamfilemonitor.o  -Wl,                                                                                               --rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/                                                                                               local/lib/libintl.so -lgio-2.0 /usr/local/lib/libgobject-2.0.so /usr/local/lib/l                                                                                               ibglib-2.0.so /usr/local/lib/libfam.so  -Wl,-soname -Wl,libgiofam.so -Wl,-retain                                                                                               -symbols-file -Wl,.libs/libgiofam.exp -o .libs/libgiofam.so
/usr/bin/ld: cannot find -lgio-2.0
gmake: *** [libgiofam.la] Error 1
*** Error code 2

Stop in /usr/ports/devel/gio-fam-backend.
*** Error code 1

Stop in /usr/ports/www/nspluginwrapper.
*** Error code 1

Stop in /usr/ports/www/linux-flashplugin7.
*** Error code 1

Stop in /usr/ports/www/linux-flashplugin7.
Can anyone help me out here?


Nevermind, I am going to try gnash, if that fails I'll install windows firefox, wine and then flash9. still suggestions are helpful.

Thank you,

dctr

Last edited by dctr; 19th May 2008 at 03:01 AM.
Reply With Quote