Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Oct 2005 20:52:05 +0400
From:      "Andrew P." <infofarmer@gmail.com>
To:        Gary Kline <kline@tao.thought.org>
Cc:        FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: AaaarrrGGGH. linuxpluginrapper and linux-mozilla.
Message-ID:  <cb5206420510110952k612885bfk2d63604ca33e9713@mail.gmail.com>
In-Reply-To: <20051011161003.GA26236@thought.org>
References:  <20051011052328.GA22695@thought.org> <cb5206420510110222w14570bfdi2b91e71899c8e3fa@mail.gmail.com> <20051011161003.GA26236@thought.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 10/11/05, Gary Kline <kline@tao.thought.org> wrote:
> On Tue, Oct 11, 2005 at 01:22:28PM +0400, Andrew P. wrote:
> > On 10/11/05, Gary Kline <kline@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.s=
o:
> > > 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 inva=
lid]
> > >
> > >
> > >         Are linux-mozilla and regular FreeBSD mozilla mutually exclus=
ive?
> > >         Once, I had mplayer-plugin working so that I was actually abl=
e
> > >         to listen to a Windows audio player.
> > >
> > >         Anybody?
> > >
> > >         gary
> > >
> > >
> > >
> > > --
> > >    Gary Kline     kline@thought.org   www.thought.org     Public serv=
ice Unix
> > >
> > > _______________________________________________
> > > freebsd-questions@freebsd.org mailing list
> > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freeb=
sd.org"
> > >
> >
> > Erm, first show us the output of
> >
> > `/compat/linux/sbin/ldconfig -p | grep libX`
>
> tao# `/compat/linux/sbin/ldconfig -p | grep libX`
> libX11.so.6
>
>         Hm.  So nothing but libX11... .
>
>
> >
> > 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.
> >
>         Okay, I get:
>
>
> tao# echo "/usr/X11R6/lib" >> /compat/linux/etc/ld.so.conf
> tao# `/compat/linux/sbin/ldconfig -p | grep libX`
> libX11.so.6: Command not found.
>
>
>         I'm missing the linux compat files; where do I rebuild
>         these libraries?  There is no [Mm]akefile in /usr/compat/linux.
>
>         gary
>
>
> --
>    Gary Kline     kline@thought.org   www.thought.org     Public service =
Unix
>
>

# pkg_info | grep linux_base

Deinstall the linux_base you have (pkg_deinstall,
pkg_delete or make deintstall)

# cd /usr/ports/emulators/linux_base-8/
# make install

BTW, make sure that linux is kldloaded or
compiled into your kernel.



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