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 [EMAIL PROTECTED]
** [ Busy Expunging <|> ]
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"