[1575] in Kerberos-V5-bugs
Re: kerberos 5 under solaris
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Thu Jul 27 21:59:53 1995
Date: Thu, 27 Jul 1995 21:59:46 -0400
From: Theodore Ts'o <tytso@MIT.EDU>
To: Marc Horowitz <marc@MIT.EDU>
Cc: tching@glenayre.com, krb5-bugs@MIT.EDU
In-Reply-To: Marc Horowitz's message of Thu, 27 Jul 1995 19:32:33 EDT,
<9507272332.AA01598@portnoy.MIT.EDU>
Date: Thu, 27 Jul 1995 19:32:33 EDT
From: Marc Horowitz <marc@MIT.EDU>
>> Could you please tell me why we can not build with ucb libraries and what
>> would happen if I did ??
I can't be more specific, but the solaris ucb libraries are known to
be buggy. If you use them, the binaries will usually work, but will
exhibit really weird failures you won't be able to debug.
Use of the Solaris ucb libraries may be incompatible with linking with
some of the other Solaris provided libraries. In almost any
circumstances, using the ucb libraries is generally a mistake.
Kerberos V5 is designed to portable enough that it will compile and link
file using the native Solaris C libraries. Using the ucb library is
therefore not necessary will cause you grief in the long run.
- Ted