Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Oct 2005 21:54:16 -0400 (EDT)
From:      Chris Hill <chris@monochrome.org>
To:        Gary Kline <kline@tao.thought.org>
Cc:        "Andrew P." <infofarmer@gmail.com>, FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: AaaarrrGGGH. linuxpluginrapper and linux-mozilla.
Message-ID:  <20051011214735.G75268@tripel.monochrome.org>
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 Tue, 11 Oct 2005, Gary Kline wrote:

> tao# `/compat/linux/sbin/ldconfig -p | grep libX`
> libX11.so.6
>
> 	Hm.  So nothing but libX11... .

Not necessarily. Run it again unquoted, like so:

tao# /compat/linux/sbin/ldconfig -p | grep libX

...and you should see more. Running the command in `quotes' will try to 
execute the first match that grep finds, which on my machine is (you 
guessed it) libX11.so.6.

HTH.

--
Chris Hill               chris@monochrome.org
**                     [ Busy Expunging <|> ]



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