8.3.7 server fails to start on Snow Leopard 10.6.1

Started by erikover 16 years ago2 messagesgeneral
Jump to latest
#1erik
code@classlibrary.net

After updating to 10.6.1 this morning the postgresql 8.3 server (from
a macports installation) refuses to start.

It's stops with the message

"FATAL: incorrect checksum in control file"

Yesterday I was running postgresql server successfully the whole day
under 10.6 with no problems at all. I upgrade the postgresql
installation this morning to the 8.3. security update. This is all on
a MacBook5,1 which can only run the kernel in 32bit-mode.

Can it be that the Mac OS X 10.6.1 updated some library in the system
which caused an architecture change in postgres?

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: erik (#1)
Re: 8.3.7 server fails to start on Snow Leopard 10.6.1

erik <code@classlibrary.net> writes:

After updating to 10.6.1 this morning the postgresql 8.3 server (from
a macports installation) refuses to start.

It's stops with the message

"FATAL: incorrect checksum in control file"

Yesterday I was running postgresql server successfully the whole day
under 10.6 with no problems at all. I upgrade the postgresql
installation this morning to the 8.3. security update.

Well, you'd have to talk to whoever built the macports installation,
but it sure sounds like you got a 64-bit build of Postgres instead
of a 32-bit build, or perhaps vice versa. "file" applied to the
postgres executable would tell you more.

This is all on
a MacBook5,1 which can only run the kernel in 32bit-mode.

32 vs 64 bit kernel has nothing to do with 32 vs 64 bit userland.

regards, tom lane