[6859] in Kerberos
Re: Compiling Kerberos 5 on solaris 2.4 using gcc
daemon@ATHENA.MIT.EDU (Andrew P. Steingruebl)
Sat Mar 9 15:46:22 1996
To: kerberos@MIT.EDU
Date: Sat, 9 Mar 1996 19:51:52 GMT
From: apsteing@nibble.uchicago.edu (Andrew P. Steingruebl)
In article <4hme44$4pn@sullivan.ucc.hull.ac.uk>,
<A.Sharaz@ucc.hull.ac.uk> wrote:
>Hi,
>
>I'm in the process of recompiling Kerveros 5 (Major release beta5 minor release 0)
>on a Solaris 2.4 machine using GCC. I've set up a small script called buildit that
>execures the collowing command:-
>. . . it cannot find the system header files
>sys/bitypes.h and cdefs.h
You've probably installed BIND 4.9.3 on your machine. I did this to my
solaris 2.5 machine and the same thing broke. You need to do a
make install-compat from the BIND source tree to have it install the
correct files. Another problem is that MAXHOSTNAMELEN used to be
defined in either sys/param.h or netdb.h but isn't after you install
the new BIND. Since this #define is used pretty frequently you'll
probably want to add it back to sys/param.h with its default value of
256.
--
*****************************************************************************
* Andy Steingruebl | e-mail: a-steingruebl@uchicago.edu *
* Academic Computing Services | phone: (312) 702-7575 *
* Unix Systems Administration | fax: (312) 702-3219 *