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

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.