• Compiling krb5-1.18.4 on Linux

    From Jim Shi@21:1/5 to All on Tue Oct 5 19:24:49 2021
    Hi, when I run ./configure, I got the following error:

    checking for time_t... yes

    checking size of time_t... configure: error: in `/ngs/app/dsservd/krb5-1.18.4/src':

    configure: error: cannot compute sizeof (time_t)
    See `config.log' for more details
    Any idea?
    How to fix it?
    BTW I was able to compiler old version 1.15.4 without any problem.
    Thanks
    Jim

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Greg Hudson@21:1/5 to Jim Shi on Tue Oct 5 16:45:18 2021
    To: kerberos@mit.edu (kerberos@mit.edu)

    On 10/5/21 3:24 PM, Jim Shi wrote:
    configure: error: cannot compute sizeof (time_t)
    See `config.log' for more details

    This error typically means the compiler configuration isn't working at
    that point in the autoconf script, and you have to (as suggested) look
    at config.log for more details to determine why.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)