On Mon, May 07, 2001 at 09:24:30AM +0200, Oystein Viggen wrote: > > > > Except for the standard /usr/lib/X11 -> ../X11R6/lib symlink (which I > > > deleted - hope that's not horrible), > > > > It should be replace by a /usr/lib/X11 -> . symlink, right? > > Actually not, as this would crash with /usr/X11R6/lib/X11, which > actually has a lot of useful stuff in it. I'll just cross my fingers > hoping that nobody explicitly uses /usr/lib/X11.
Nono, that would be bad indeed. Luckily, you had a type above. The symlink is actually: ulysses:~# ls -l /usr/lib/X11 lrwxrwxrwx 1 root root 16 Feb 28 19:50 /usr/lib/X11 -> ../X11R6/lib/X11/ So instead a symlink, we now have the real stuff there were Packages would expect it. All is fine! You need a /bin/X11 -> ., though. And the link /usr/include/X11 has to be removed as there is now the real stuff, like with the lib example. Thanks, Marcus -- `Rhubarb is no Egyptian god.' Debian http://www.debian.org [EMAIL PROTECTED] Marcus Brinkmann GNU http://www.gnu.org [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.marcus-brinkmann.de

