rick sunix - 2008-04-29

Hi ,

I am installing whitebeam_1_1_15.tar.gz package
getting error like this :

XmlPageGen/XmlPostgresCore.cxx: In member function `void
   CrbPgsqlConnection::Close(unsigned char)':
XmlPageGen/XmlPostgresCore.cxx:499: `PGTransactionStatusType' undeclared (first
   use this function)
XmlPageGen/XmlPostgresCore.cxx:499: (Each undeclared identifier is reported
   only once for each function it appears in.)
XmlPageGen/XmlPostgresCore.cxx:499: parse error before `=' token
XmlPageGen/XmlPostgresCore.cxx:500: `status' undeclared (first use this
   function)
XmlPageGen/XmlPostgresCore.cxx:500: `PQTRANS_ACTIVE' undeclared (first use this
   function)
XmlPageGen/XmlPostgresCore.cxx:500: `PQTRANS_INTRANS' undeclared (first use
   this function)
XmlPageGen/XmlPostgresCore.cxx:500: `PQTRANS_INERROR' undeclared (first use
   this function)
XmlPageGen/XmlPostgresCore.cxx: At global scope:
XmlPageGen/XmlPostgresCore.cxx:574: no `CrbPgsqlResult*
   CrbPgsqlConnection::ExecuteParams(const char*, int, const char**, const
   int*, const int*)' member function declared in class `CrbPgsqlConnection'
XmlPageGen/XmlPostgresCore.cxx: In member function `CrbPgsqlResult*
   CrbPgsqlConnection::ExecuteParams(const char*, int, const char**, const
   int*, const int*)':
XmlPageGen/XmlPostgresCore.cxx:578: `PQexecParams' undeclared (first use this
   function)
make[2]: *** [XmlPageGen/XmlPostgresCore.o] Error 1
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/home/test/whitebeam'
make: *** [all] Error 2

I am using SUSE 8.2 SLES
Apache 1.3 , Apache 2.0 & Apache 2.2.8
PGSQL 7.3 & PGSQL 8.1.9
All are build using source code

Can u tell what must be going wrong.
I can compile w/o any problem , only while running "make" i geting the error.

Thanks in Advance