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
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.