From owner-freebsd-questions@FreeBSD.ORG Tue Oct 11 16:10:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4ABEF16A443 for ; Tue, 11 Oct 2005 16:10:10 +0000 (GMT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37DD143D45 for ; Tue, 11 Oct 2005 16:10:06 +0000 (GMT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.1/8.13.1) with ESMTP id j9BGA5C6026501; Tue, 11 Oct 2005 09:10:05 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.1/8.13.1/Submit) id j9BGA4O9026500; Tue, 11 Oct 2005 09:10:04 -0700 (PDT) (envelope-from kline) Date: Tue, 11 Oct 2005 09:10:03 -0700 From: Gary Kline To: "Andrew P." Message-ID: <20051011161003.GA26236@thought.org> References: <20051011052328.GA22695@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing 19 years of service to the Unix community Cc: Gary Kline , FreeBSD Mailing List Subject: Re: AaaarrrGGGH. linuxpluginrapper and linux-mozilla. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2005 16:10:10 -0000 On Tue, Oct 11, 2005 at 01:22:28PM +0400, Andrew P. wrote: > On 10/11/05, Gary Kline 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@thought.org www.thought.org Public service Unix > > > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.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