Forum OpenACS Q&A: Re: Red Hat 9 and OpenACS 4.6.2

Collapse
Posted by Lamar Owen on

I have released PostgreSQL 7.2.4 RPMs for Red Hat Linux 9.

They are available at ftp://ftp.postgresql.org/pub/binary/v7.2.4/RPMS/redhat-9

Your friendly neighborhood PostgreSQL RPM Maintainer.....

(posted using Composite, a really neat inline HTML textarea WYSIWYG editor for Mozilla)

Collapse
Posted by Joel Aufrecht on
How can I get PostGreSQL 7.2.4 to compile with Red Hat 9?  I figured out how to tweak 7.2.3 with the errno thing, but it didn't work for 7.2.4 and I'm not a C programmer, so I'm kind of lost.
Collapse
Posted by Joel Aufrecht on
I put the same command,
#include <errno.h>

in /usr/local/src/postgresql-7.2.4/src/include/pg_config.h.in

before running ./configure

and that did the trick.