zic error to install 8.4.0
hi!
i compiled Postgres 8.4.0 on SCO Openserver but when i want install it
, i got the follow error:
./zic: wild compilation-time specification of zic_t
what can i do to fix that error???
8.4.2 is already available, with many critical bugs fixed. As for you
main question, maybe someone else here knows anything about SCO
system.
erobles <erobles@sensacd.com.mx> writes:
i compiled Postgres 8.4.0 on SCO Openserver but when i want install it
, i got the follow error:
./zic: wild compilation-time specification of zic_t
what can i do to fix that error???
Get a modern operating system ... one with a working 64-bit integer
type. (Actually, you might just need a newer compiler. Have you tried
installing gcc?)
Alternatively you could try reverting to a 32-bit version of zic.
Y2038 is getting closer all the time though.
regards, tom lane