Re: Dangling symlink in /usr/compat/linux

2001-02-09 Thread Szilveszter Adam
Hello Marcel, On Fri, Feb 09, 2001 at 10:23:16AM -0800, Marcel Moolenaar wrote: > [taken to -ports] I see it nowhere in the headers, so I am going to add a Cc: for it... > The link is correct. On a Redhat 6.2 system: > > dhcp00% cd /mnt/usr/lib > dhcp00% ls -al X11 > lrwxrwxrwx 1 root wheel

Re: Dangling symlink in /usr/compat/linux

2001-02-09 Thread Marcel Moolenaar
[taken to -ports] Szilveszter Adam wrote: > > @exec ln -sf ../X11R6/lib/X11 %D/usr/lib/X11 > @unexec rm %D/usr/lib/X11 The link is correct. On a Redhat 6.2 system: dhcp00% cd /mnt/usr/lib dhcp00% ls -al X11 lrwxrwxrwx 1 root wheel 16 Jul 18 2000 X11 -> ../X11R6/lib/X11 dhcp00% more /mnt/et

Re: Dangling symlink in /usr/compat/linux

2001-02-05 Thread Szilveszter Adam
Hello Doug, Sorry for the belated answer, I hit the hay in the meantime... but now, good morning to everybody outta there:-) On Sun, Feb 04, 2001 at 05:05:11PM -0800, Doug Barton wrote: > Ummm... duh. :) I confirmed this on two machines. OK I think I nailed it:-) I took a trip to the /var

Re: Dangling symlink in /usr/compat/linux

2001-02-04 Thread Doug Barton
Szilveszter Adam wrote: > > On Sun, Feb 04, 2001 at 02:03:22AM -0800, Doug Barton wrote: > > FYI, /usr/compat/linux/usr/lib/X11 points to ../X11R6/lib/X11, but > > there is no X11 in /usr/compat/linux/usr/X11R6/lib. There are linux X > > libraries in the directory, although I'm not sure wha

Re: Dangling symlink in /usr/compat/linux

2001-02-04 Thread Szilveszter Adam
On Sun, Feb 04, 2001 at 02:03:22AM -0800, Doug Barton wrote: > FYI, /usr/compat/linux/usr/lib/X11 points to ../X11R6/lib/X11, but > there is no X11 in /usr/compat/linux/usr/X11R6/lib. There are linux X > libraries in the directory, although I'm not sure what the right change > would be. Ar