Re: Users can't use Link

rex (rshea@netcom.com)
Sat, 07 Dec 1996 09:56:06 -0800


Jonathan wrote:
>deadline... About the main-window.stklos problem:
>main-window.stklos is definitely there in link/stklos, so I

Ah, if I'd the wit to search for main-window* instead of main-window,
a fruitless search for incorrect permissions would have been saved.

>suspect that the STK_LOAD_PATH environment variable was not
>set. It needs to be set to $NEWLINKBASE/stklos , as specified

Yes, the path and environment variables were the first things I checked.
They were correct. But knowing which directory to look in was the key;
the permissions on the files in $NEWLINKBASE/stklos were -r--r-----.
chmod o+r *
made them world readable, and that fixed the problem.

Thanks for the pointer.

-rex