From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mo DeJong To: sourcenav@sourceware.cygnus.com Cc: chrisk@mit.ed Subject: Re: Install bug Date: Fri, 21 Jul 2000 08:12:00 -0000 Message-id: References: <20000720204720.A15001@kuklewicz.MIT.EDU> X-SW-Source: 2000-q3/msg00034.html > After installing under /usr/local as root I get as a user: > > [ckuklewicz@kuklewicz download]$ snavigator > Error: invalid command name "sn_tcl_tk_init" > > While root can start it. I found problem discussed in the email > archive, with this note in particular: ... > These three files were installed without other read permission > > -rw-r----- 1 root root 8709 Jul 20 19:56 ./share/sdk/include/db.h > -rw-r----- 1 root root 4756 Jul 20 19:56 ./share/sdk/include/cdefs.h > -rw-r----- 1 root root 55606 Jul 20 19:56 ./share/gui/tclIndex > > After making the third one readable the ckukelwicz user could start snavigator Ok, I fixed that by adding a "chmod 644 ${INSTALL}/share/gui/tclIndex" to the make install rule. You will have to do this by hand or patch it yourself until the first 5.0 snapshot is up (and no I can't say when that will be). cheers Mo DeJong Red Hat Inc