AaaarrrGGGH. linuxpluginrapper and linux-mozilla.
    Chris Hill 
    chris at monochrome.org
       
    Tue Oct 11 18:52:08 PDT 2005
    
    
  
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 at monochrome.org
**                     [ Busy Expunging <|> ]
    
    
More information about the freebsd-questions
mailing list