Hello!
On Thu, 7 Dec 2006, Bruce M Simpson wrote:
It still seems to be necessary to patch rtld in order to get the Flash plugin
to work (www/linux-flashplugin7) due to the '_dlsym' symbol not being found.
I was able to use a smaller patch to do this, see attached (although this may
not build with the Intel C compiler).
+__strong_reference(dlsym, _dlsym);
I wonder what's the difference between your one-line patch and one which
I'm using:
+__weak_reference(dlsym, _dlsym);
Which of them is more correct?
BMS
Sincerely, Dmitry
--
Atlantis ISP, System Administrator
e-mail: [EMAIL PROTECTED]
nic-hdl: LYNX-RIPE
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"