Hi<br>
<br>
When I tried to compile this module, i obtain this error messages.<br>
<br>
In file con_postgres.h there is this include: #include &quot;libpq-fe.h&quot;<br>
I tried to find this file but it doesn't appear anywhere. What is the utility of this file?<br>
<br>
Thanks a lot.<br>
<br>
Best regards.<br>
Gorka.<br>
<br>
make[1]: Entering directory `/root/ser/ser-0.8.14/modules/postgres'<br>
../../Makefile.rules:77: aug_alloc.d: No such file or directory<br>
../../Makefile.rules:77: aug_util.d: No such file or directory<br>
../../Makefile.rules:77: db_con.d: No such file or directory<br>
../../Makefile.rules:77: db_mod.d: No such file or directory<br>
../../Makefile.rules:77: db_res.d: No such file or directory<br>
../../Makefile.rules:77: db_utils.d: No such file or directory<br>
../../Makefile.rules:77: db_val.d: No such file or directory<br>
../../Makefile.rules:77: dbase.d: No such file or directory<br>
In file included from dbase.c:49:<br>
con_postgres.h:43:22: libpq-fe.h: No such file or directory<br>
In file included from db_val.c:49:<br>
con_postgres.h:43:22: libpq-fe.h: No such file or directory<br>
In file included from db_res.c:44:<br>
con_postgres.h:43:22: libpq-fe.h: No such file or directory<br>
In file included from db_con.c:44:<br>
con_postgres.h:43:22: libpq-fe.h: No such file or directory<br>
make[1]: Leaving directory `/root/ser/ser-0.8.14/modules/postgres'<br>
make[1]: Entering directory `/root/ser/ser-0.8.14/modules/postgres'<br>
../../Makefile.rules:77: db_con.d: No such file or directory<br>
../../Makefile.rules:77: db_res.d: No such file or directory<br>
../../Makefile.rules:77: db_val.d: No such file or directory<br>
../../Makefile.rules:77: dbase.d: No such file or directory<br>
In file included from dbase.c:49:<br>
con_postgres.h:43:22: libpq-fe.h: No such file or directory<br>
In file included from db_val.c:49:<br>
con_postgres.h:43:22: libpq-fe.h: No such file or directory<br>
In file included from db_res.c:44:<br>
con_postgres.h:43:22: libpq-fe.h: No such file or directory<br>
In file included from db_con.c:44:<br>
con_postgres.h:43:22: libpq-fe.h: No such file or directory<br>
gcc-3.3 -fPIC -DPIC -g -O9 -funroll-loops&nbsp; -Wcast-align&nbsp;
-Wall&nbsp; -minline-all-stringops -malign-double -falign-loops
-mcpu=athlon&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -DNAME='&quot;&quot;'
-DVERSION='&quot;0.8.14&quot;' -DARCH='&quot;i386&quot;' -DOS='&quot;linux&quot;'
-DCOMPILER='&quot;gcc-3.3 3.3&quot;' -D__CPU_i386 -D__OS_linux
-DCFG_DIR='&quot;/usr/local/etc/ser/&quot;' -DPKG_MALLOC -DSHM_MEM&nbsp;
-DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE
-DF_MALLOC&nbsp; -DFAST_LOCK -DADAPTIVE_WAIT
-DADAPTIVE_WAIT_LOOPS=1024&nbsp; -DHAVE_GETHOSTBYNAME2
-DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSG_NOSIGNAL
-DHAVE_MSGHDR_MSG_CONTROL -I/usr/local/pgsql/include
-I/usr/include/postgresql -c aug_alloc.c -o aug_alloc.o<br>
aug_alloc.c: In function `mem_bad':<br>
aug_alloc.c:118: warning: no return statement in function returning non-void<br>
aug_alloc.c: In function `mem_nomem':<br>
aug_alloc.c:161: warning: long unsigned int format, size_t arg (arg 4)<br>
aug_alloc.c: In function `mem_alloc':<br>
aug_alloc.c:228: warning: suggest parentheses around assignment used as truth value<br>
aug_alloc.c: In function `aug_set_nomem_func':<br>
etc.<br>