> In previous mail, James Wondrasek wrote:
> >
> >
> > ftoomsh:~ :2 >setenv LD_LIBRARY_PATH /usr/lib/X11
> > ftoomsh:~ :3 >setenv DISPLAY albatross:0.0
> > ftoomsh:~ :4 >!1
> > /home/dbugger/bin/nethack
> > ld.so: libXaw.so.6: not found
> >
>
> Err, that again. I keep forgetting to link set-UID programs with
> dynamically-linked directories in non-system directories with -L
> (LD_LIBRARY_PATH is ignored in set-UID prorgams for security reasons).
>
> (Almost all of you know that of course, but I thought I'd spell it out
> just in case there's anyone listening who doesn't :)
>
> Looks like I'm going to have to compile the whole thing again - hope we
> have the disk space!
>
> Thanx for that Jimmy.
Where's the nh10 font live? And what's the name of the environment variable?
X_FONT_DIR?
btw. Your ~/lib/X11/fonts is unreadable
Jimmy