Im failing to get the config script to properly see postgres in any way shape or form:
configure: warning: silently not building rlm_sql_postgresql.
configure: warning: FAILURE: rlm_sql_postgresql requires: libpq-fe.h libpq.
configure: warning: FAILURE: rlm_sql_postgresql requires: libpq-fe.h libpq.
These files are not only in my <prefix>/include dir but ive gone so far as to put them in the build/src/include dir as well, and yet the problem keeps happening. Ive installed the postgres client rpm, which builds the libqp libraries in /usr/lib, configuring without a prefix doesnt fix the problem. Is this a bug or simply a mistake i am making? can i force config to build the postgres driver? I've gotten configure to see mysql, iodbc, unixodbc but I want (need) a native postgres driver. Any help would be _greatly_ appreciated.
Thanks in advance,
Kris

