Hello, we're installing PostGreSQL 7.1.3 on a RH 7.1 system and we need
the --with-python option. The ./configure step works fine, but gmake fails on
the first occurence of an #include <Python.h>. We added a
- --with-includes=/path/to/Python/includes, but doesn't seem to solve the
problem. What else should we do?
Eric Nielsen