linuxulator problem?

2006-08-21 Thread Bachilo Dmitry
I had linux flash plugin 7 working with my native Firefox and everything was 
ok. Them I've tried to recompile my Firefox with CPUTYPE?=pentium4 in my 
rc.conf and it seemed to start working faster. Then, as an experiment, I 
tried to rebuild world. And now, instead of firefox, I get this:

%firefox opennet.ru
/libexec/ld-elf.so.1: /usr/local/lib/pluginwrapper/flash7.so: Undefined symbol 
_dlsym

I've recompiled linuxflashplugin7, linuxthreads, linuxpluginwrapper, but no 
use.

Maybe i did or didn't something? Is it possible to fix this?

С уважением, Бачило Дмитрий
Руководитель отдела системной интеграции
ООО Компания СоЛинк
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: linuxulator problem?

2006-08-21 Thread Dominique Goncalves

Hi,

On 8/21/06, Bachilo Dmitry [EMAIL PROTECTED] wrote:

I had linux flash plugin 7 working with my native Firefox and everything was
ok. Them I've tried to recompile my Firefox with CPUTYPE?=pentium4 in my
rc.conf and it seemed to start working faster. Then, as an experiment, I
tried to rebuild world. And now, instead of firefox, I get this:

%firefox opennet.ru
/libexec/ld-elf.so.1: /usr/local/lib/pluginwrapper/flash7.so: Undefined symbol
_dlsym

I've recompiled linuxflashplugin7, linuxthreads, linuxpluginwrapper, but no
use.

Maybe i did or didn't something? Is it possible to fix this?


You forgot to apply a patch to make flash7 working:

$ cat /usr/ports/www/linuxpluginwrapper/pkg-message
[...]
Please get and apply a dlsym(3) hook patch.
   http://people.FreeBSD.org/~nork/rtld_dlsym_hack.diff
This provides _dlsym(3) function to fix dynamic-link
error can't find gtk_major_version ad-hoc-ly.

cd /usr/src/libexec/rtld-elf/  patch -p2 
/path/to/rtld_dlsym_hack.diff  make clean all install

Then try firefox to see if this works :-)

HTH



С уважением, Бачило Дмитрий
Руководитель отдела системной интеграции
ООО Компания СоЛинк
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]



Regards.

--
There's this old saying: Give a man a fish, feed him for a day. Teach
a man to fish, feed him for life.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: linuxulator problem?

2006-08-21 Thread Bachilo Dmitry
В сообщении от Понедельник 21 августа 2006 16:00 Dominique Goncalves 
написал(a):
 Hi,

 On 8/21/06, Bachilo Dmitry [EMAIL PROTECTED] wrote:
  I had linux flash plugin 7 working with my native Firefox and everything
  was ok. Them I've tried to recompile my Firefox with CPUTYPE?=pentium4 in
  my rc.conf and it seemed to start working faster. Then, as an experiment,
  I tried to rebuild world. And now, instead of firefox, I get this:
 
  %firefox opennet.ru
  /libexec/ld-elf.so.1: /usr/local/lib/pluginwrapper/flash7.so: Undefined
  symbol _dlsym
 
  I've recompiled linuxflashplugin7, linuxthreads, linuxpluginwrapper, but
  no use.
 
  Maybe i did or didn't something? Is it possible to fix this?

 You forgot to apply a patch to make flash7 working:

 $ cat /usr/ports/www/linuxpluginwrapper/pkg-message
 [...]
 Please get and apply a dlsym(3) hook patch.
 http://people.FreeBSD.org/~nork/rtld_dlsym_hack.diff
 This provides _dlsym(3) function to fix dynamic-link
 error can't find gtk_major_version ad-hoc-ly.

 cd /usr/src/libexec/rtld-elf/  patch -p2 
 /path/to/rtld_dlsym_hack.diff  make clean all install

 Then try firefox to see if this works :-)

 HTH

You're absolutely right. I should read all given information two times :-) I 
must have missed this notice for the first time. Thank you very much again. I 
am saved :-)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]