This is the mail archive of the
sourcenav@sources.redhat.com
mailing list for the Source Navigator.
Re: Getting SN5 to run as normal user...
- To: sourcenav at sources dot redhat dot com
- Subject: Re: Getting SN5 to run as normal user...
- From: Mo DeJong <mdejong at cygnus dot com>
- Date: Fri, 8 Jun 2001 13:34:38 -0700 (PDT)
On Fri, 8 Jun 2001, Benjamin Scherrey wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> I built/installed SN5 as the root user but now normal users can't run it
> without getting an error : "Error: invalid command name "sn_tcl_tk_init".
> Looks like a rights error but I can't tell which file is setup wrong.
Try the tclIndex file, it should be world readable:
% ls -la ~/project/install/snavigator/share/sourcenav/gui/tclIndex
-rw-r--r-- 1 mo mo 56401 May 25 01:43
/home/mo/project/install/snavigator/share/sourcenav/gui/tclIndex
Mo