Compile postgre 7.1 on Redhat 9?

Started by Nonameover 22 years ago2 messagesgeneral
Jump to latest
#1Noname
fr1632@digital.net

Hi. I just upgraded an older machine I have that I don't use often to
redhat 9. I however, in my infinite wisdom, forgot to dumpall the
postgres db. I now find myself wanting to get some data out of the
old 7.1 database. The original data directory is still intact, so I
tried downloading the 7.1.3 source and compiling it on redhat 9 but I
got errors early on. Is it possible to compile 7.1.3 with redhat 9?
Thanks in advance.

Frankie

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Noname (#1)
Re: Compile postgre 7.1 on Redhat 9?

fr1632@digital.net writes:

Is it possible to compile 7.1.3 with redhat 9?

Yes, undoubtedly, but you'll have to do some tweaking. One change I
recall is that commands/copy.c needs "#include <errno.h>" added.

regards, tom lane