Hi,

> configure: warning: silently not building rlm_sql_postgresql.
> 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?

If you look into config.log and search for "rlm_sql_postgresql", you
might get more information about _why_ configure things the header is
missing.
E.g., _if_ configure is doing a test compile to check things (no, I
did not check, what it actually does), you should find
  a) source code of a small sample program checking for postgres
     headers/libs
  b) the command actually used to compile that sample
  c) the error message of the compiler
>From there on, it shouldn't be too difficult to figure out why the
sample miscompiles and how to fix it...

        HTH,
                Stefan



-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to