firefox35 crashes frequently and when run from the command line always look for libpthread.so.0

Scot Hetzel swhetzel at gmail.com
Thu Dec 31 14:09:43 UTC 2009


On Thu, Dec 31, 2009 at 7:42 AM, eculp <eculp at encontacto.net> wrote:
> firefox35 crashes frequently and when run from the command line always look
> for libpthread.so.0 that is non existent.  I assume that I have something
> old in some of the firefox plugins but have tried recompiling everything
> that I am suspicious of with portmaster -rf but it doesn't change.
>
> # firefox3
>
> (firefox-bin:3457): GLib-WARNING **: g_set_prgname() called multiple times
> :1: error: unexpected number `9', expected keyword - e.g. `style'
> LoadPlugin: failed to initialize shared library
> /usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so [Shared object
> "libpthread.so.0" not found, required by "libflashplayer.so"]
> :1: error: unexpected number `9', expected keyword - e.g. `style'
>
> Any suggestions appreciated,
>

On my system libpthreaad.so.0 is found in /compat/linux:

$ ls -l /compat/linux/lib/libpthread*
-rwxr-xr-x  1 root  wheel  133456 Nov 21 12:44
/compat/linux/lib/libpthread-2.9.so
lrwxrwxrwx  1 root  wheel      17 Nov 21 12:44
/compat/linux/lib/libpthread.so.0 -> libpthread-2.9.so

And is installed by the linux_base-f10 port:

$ pkg_info -W /compat/linux/lib/libpthread.so.0
/compat/linux/lib/libpthread.so.0 was installed by package linux_base-f10-10_2

Scot


More information about the freebsd-ports mailing list