[888] in Kerberos-V5-bugs
Re: Build problem with krb5-B4-PL3 on Solaris (with fix)
daemon@ATHENA.MIT.EDU (Dan Nessett)
Thu Oct 20 15:02:30 1994
Date: Thu, 20 Oct 1994 10:14:10 -0700
From: Danny.Nessett@Eng.Sun.COM (Dan Nessett)
To: eichin@MIT.EDU
Cc: tytso@MIT.EDU, krb5-bugs@MIT.EDU
> From eichin@MIT.EDU Wed Oct 19 20:07:32 1994
> To: Danny.Nessett@Eng (Dan Nessett)
> Cc: tytso@MIT.EDU, krb5-bugs@MIT.EDU
> Subject: Re: Build problem with krb5-B4-PL3 on Solaris (with fix)
>
> Try not using /usr/ucb/cc at all. Take /usr/ucb out of your path
> entirely. Then you'll get /usr/ccs/lib/libtermcap.a, which is a
> completely different library (and doesn't have libucb dependencies)
> and actually works (according to the logs I have here.)
>
It turns out that the problem was with LD_LIBRARY_PATH, which is set as
LD_LIBRARY_PATH=/usr/openwin/lib:/usr/ucblib
by default.
When I eliminated /usr/ucb from PATH, it didn't correct the problem. When
I eliminated /usr/ucblib from LD_LIBRARY_PATH, the make worked.
Regards,
Dan