[25684] in Athena Bugs
Re: tcsh problem in Solaris 9.3.6?
daemon@ATHENA.MIT.EDU (Greg Hudson)
Sun Jun 13 16:45:23 2004
From: Greg Hudson <ghudson@mit.edu>
To: Derek Atkins <warlord@mit.edu>
In-Reply-To: <sjmpt8319hi.fsf@dogbert.ihtfp.org>
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Message-Id: <1087159514.25930.379.camel@egyptian-gods.mit.edu>
Mime-Version: 1.0
Date: Sun, 13 Jun 2004 16:45:14 -0400
cc: bugs@mit.edu
Errors-To: bugs-bounces@mit.edu
Well, two issues here:
* Your shell is /bin/athena/tcsh according to Hesiod, but it's very
likely /afs/sipb/project/tcsh/tcsh which is being run in this login
(since /bin/athena/tcsh is not linked against libucb). So you may have
a stale passwd entry on the machine.
* /afs/sipb/project/tcsh/tcsh appears broken under Solaris on 9.3
because it uses libucb but does not have /usr/ucblib in its rpath.
Prior to 9.3, we had a symlink in /usr/lib/libucb.so.1, but no longer.
(This is the first report I've seen of any software breaking as a
result, and sipb tcsh is sufficiently ghetto that it's not a very
interesting report.)