Date: Thu, 31 Dec 2009 09:46:15 -0600 From: eculp <eculp@encontacto.net> To: Scot Hetzel <swhetzel@gmail.com> Cc: freebsd-ports <freebsd-ports@freebsd.org> Subject: Re: firefox35 crashes frequently and when run from the command line always look for libpthread.so.0 Message-ID: <20091231094615.389633m625i52944@econet.encontacto.net> In-Reply-To: <790a9fff0912310609l787c18f0tde0ca1d7de04ea85@mail.gmail.com> References: <20091231074207.13922da5akput6v4@econet.encontacto.net> <790a9fff0912310609l787c18f0tde0ca1d7de04ea85@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Quoting Scot Hetzel <swhetzel@gmail.com>: > On Thu, Dec 31, 2009 at 7:42 AM, eculp <eculp@encontacto.net> wrote: >> firefox35 crashes frequently and when run from the command line always lo= ok >> for libpthread.so.0 that is non existent. =A0I assume that I have somethi= ng >> 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 time= s >> :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 obje= ct >> "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 =20 > linux_base-f10-10_2 > > Scot Thanks Scot. I see the same: # ls -l /compat/linux/lib/libpthread* -rwxr-xr-x 1 root wheel 133456 Dec 29 08:23 =20 /compat/linux/lib/libpthread-2.9.so lrwxrwxrwx 1 root wheel 17 Dec 29 08:34 =20 /compat/linux/lib/libpthread.so.0 -> libpthread-2.9.so # pkg_info -W /compat/linux/lib/libpthread.so.0 /compat/linux/lib/libpthread.so.0 was installed by package linux_base-f10-10= _2 but when starting from a term window I now see: # firefox3 (firefox-bin:48016): GLib-WARNING **: g_set_prgname() called multiple times :1: error: unexpected number `9', expected keyword - e.g. `style' LoadPlugin: failed to initialize shared library =20 /root/.mozilla/plugins/nppdf.so [/usr/local/lib/compat/libc.so.6: =20 version GLIBC_2.1.3 required by /root/.mozilla/plugins/nppdf.so not =20 defined] LoadPlugin: failed to initialize shared library =20 /usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so [Shared =20 object "libpthread.so.0" not found, required by "libflashplayer.so"] :1: error: unexpected number `9', expected keyword - e.g. `style' The change is because I have been using portmaster and testing =20 pkg_debunk to find missing and stale files and rebuilding and trying =20 to eliminate errors. I still have the libpthread.so.0 that won't go =20 away and the flash plugin works fine. Just out of curiosity have you tried running firefox35 from a term window? Thanks again. ed P.S. Wish you and all a productive 2010.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091231094615.389633m625i52944>