[OpenIndiana-discuss] Openindiana 151a8 (Hipster) and Flash Plugin Firefox 22

James Carlson carlsonj at workingcode.com
Mon Jul 1 15:48:35 UTC 2013


On 07/01/13 11:18, Udo Grabowski (IMK) wrote:
> a7 uses /usr/lib/libthread.so.1 and libpng12.so.0
> a8 instead has libsecdb.so.1 and libpng14.so.1 ,
> 
> no libthread. firefox plugin-container uses libthread.so.1 on both a7
> and a8.
> 
> So maybe videos using the thread functions of the flashplayer fail ?

I doubt that.  libthread is just a historical artifact, and has been
that way since fairly early in OpenSolaris development due to Roger
Faulkner's merge.  Everything it used to do is now in libc.  As the man
page says:

     Historically, functions in libthread provided threading sup-
     port. This functionality now resides in libc(3LIB).

> 151a8 #: ldd /usr/local/lib/firefox/plugins/libflashplayer.so

Instead of static imports, it might be interesting to use LD_DEBUG to
find out what things are loaded at run time ... or not loaded.

-- 
James Carlson         42.703N 71.076W         <carlsonj at workingcode.com>



More information about the OpenIndiana-discuss mailing list