Pgpool-regclass gives error when installling

Posted by user119720 on Server Fault See other posts from Server Fault or by user119720
Published on 2012-10-18T04:53:46Z Indexed on 2012/10/18 5:06 UTC
Read the original article Hit count: 333

Filed under:
|
|

I have a problem when installing the pgpool-regclass.

When I'm running 'Make',it shows me this kind of error :

p,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I/usr/include/et -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fpic -I. -I. -I/usr/pgsql-9.2/include/server -I/usr/pgsql-9.2/include/internal -I/usr/include/et -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include  -c -o pgpool-regclass.o pgpool-regclass.c

pgpool-regclass.c:99:37: error: macro "RangeVarGetRelid" requires 3 arguments, but only 2 given
pgpool-regclass.c: In function âpgpool_regclassâ:
pgpool-regclass.c:99: error: âRangeVarGetRelidâ undeclared (first use in this function)
pgpool-regclass.c:99: error: (Each undeclared identifier is reported only once
pgpool-regclass.c:99: error: for each function it appears in.)
make: *** [pgpool-regclass.o] Error 1

Can anyone help me to sort this things out?I really appreciate it. Thanks.

© Server Fault or respective owner

Related posts about linux

Related posts about postgresql