Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Dec 2006 13:59:53 +0200 (EET)
From:      Dmitry Pryanishnikov <dmitry@atlantis.dp.ua>
To:        Bruce M Simpson <bms@incunabulum.net>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Browser plugin problems still exist in 6.2
Message-ID:  <20061208135634.Q7518@atlantis.atlantis.dp.ua>
In-Reply-To: <4577EBA8.4000703@incunabulum.net>
References:  <4577EBA8.4000703@incunabulum.net>

next in thread | previous in thread | raw e-mail | index | archive | help

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:  dmitry@atlantis.dp.ua
nic-hdl: LYNX-RIPE



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061208135634.Q7518>