From owner-freebsd-questions@FreeBSD.ORG Tue Oct 11 09:22:29 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 9DAE516A420 for ; Tue, 11 Oct 2005 09:22:29 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3635643D45 for ; Tue, 11 Oct 2005 09:22:29 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so298739nzd for ; Tue, 11 Oct 2005 02:22:28 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rkjKoRRvzaOUXzIlpRg/I6TuIck4TddJJ2461M6rYAk3KgheUTIPmqvt3jjh3aMEaT76kCOJVA6X7L/Qee3p1L2QxWzBUaBo00p+XaDuGFgM4kLuizQoffpta9rzOqyAxosF5o96ezvIgBtgImCb3sILtWI+UPuMy4mQ8VmcCJA= Received: by 10.36.222.11 with SMTP id u11mr5042912nzg; Tue, 11 Oct 2005 02:22:28 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Tue, 11 Oct 2005 02:22:28 -0700 (PDT) Message-ID: Date: Tue, 11 Oct 2005 13:22:28 +0400 From: "Andrew P." To: Gary Kline In-Reply-To: <20051011052328.GA22695@thought.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051011052328.GA22695@thought.org> Cc: 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 09:22:29 -0000 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.o= rg" > 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.