zic error to install 8.4.0

Started by eroblesover 16 years ago3 messagesgeneral
Jump to latest
#1erobles
erobles@sensacd.com.mx

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

#2Grzegorz Jaśkiewicz
gryzman@gmail.com
In reply to: erobles (#1)
Re: zic error to install 8.4.0

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.

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: erobles (#1)
Re: zic error to install 8.4.0

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