AaaarrrGGGH. linuxpluginrapper and linux-mozilla.

Andrew P. infofarmer at gmail.com
Tue Oct 11 02:22:29 PDT 2005


On 10/11/05, Gary Kline <kline at tao.thought.org> wrote:
>
>         Sorry for the outburst in subject, but I've been having these
>         problems
>         with linux-mozilla for several days:
>
>
>
> LoadPlugin: failed to initialize shared library libXt.so [libXt.so:
> cannot open shared object file: No such file or directory]
> LoadPlugin: failed to initialize shared library libXext.so [libXext.so:
> cannot open shared object file: No such file or directory]
> LoadPlugin: failed to initialize shared library
> /home/kline/.mozilla/plugins/mplayerplug-in.so
> [/home/kline/.mozilla/plugins/mplayerplug-in.so: ELF file OS ABI invalid]
>
>
>         Are linux-mozilla and regular FreeBSD mozilla mutually exclusive?
>         Once, I had mplayer-plugin working so that I was actually able
>         to listen to a Windows audio player.
>
>         Anybody?
>
>         gary
>
>
>
> --
>    Gary Kline     kline at thought.org   www.thought.org     Public service Unix
>
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>

Erm, first show us the output of

`/compat/linux/sbin/ldconfig -p | grep libX`

If there's no libXt or libXext in the output, try this:

# echo "/usr/X11R6/lib" >> /compat/linux/etc/ld.so.conf
# /compat/linux/sbin/ldconfig

And check that output again.


More information about the freebsd-questions mailing list