Gepper <[EMAIL PROTECTED]> writes:
[...]
> > /usr/X11R6/lib
[...]
> > /usr/X11R6/lib
> >
> > those blasted /usr/X11R6/lib's just keep coming !
our XFree86 specialist seems to have some pb with grep:
pixel@leia:~>rpm -q --scripts XFree86-libs | head -4
postinstall script (through /bin/sh):
if grep "^/usr/X11R6/lib$" /etc/ld.so.conf >/dev/null 2>&1; then
echo "/usr/X11R6/lib" >> /etc/ld.so.conf
fi
i think adding /usr/X11R6/lib when it's already there is not the right thing to
do ;pp
> >
> > Owen
> Scared me that /usr/lib wasn't listed in my config, and you seem to have
> two ;)
you don't need /usr/lib, see ldconfig(8)