[Sqlrelay-discussion] sqlrelay 0.38 compile error on Centos 4.4
Brought to you by:
mused
|
From: Nguyen T. H. <th...@gm...> - 2006-12-29 09:48:05
|
I compiled sqlrelay 0.38 with rudiments 0.30, at stage of linking postgresql libraries, g++ thrown this error: make -C postgresql all make[3]: Entering directory `/root/sqlrelay-0.38/src/connections/postgresql' /bin/sh ../../../libtool --mode=compile g++ -Wall -pipe -pthread -I./ -I../../../ -I../../../src/common -I../../../src/util -I../../../src/connection -I/usr/local/firstworks/include -pthread -I../../../src/api/c++/include -c postgresqlconnection.C -o postgresqlconnection.lo g++ -Wall -pipe -pthread -I./ -I../../../ -I../../../src/common -I../../../src/util -I../../../src/connection -I/usr/local/firstworks/include -pthread -I../../../src/api/c++/include -c postgresqlconnection.C -fPIC -DPIC -o .libs/postgresqlconnection.o postgresqlconnection.C: In member function `virtual bool postgresqlcursor::prepareQuery(const char*, uint32_t)': postgresqlconnection.C:233: error: `PQprepare' was not declared in this scope postgresqlconnection.C:233: warning: unused variable 'PQprepare' make[3]: *** [postgresqlconnection.lo] Error 1 make[3]: Leaving directory `/root/sqlrelay-0.38/src/connections/postgresql' make[2]: *** [all] Error 2 make[2]: Leaving directory `/root/sqlrelay-0.38/src/connections' make[1]: *** [all] Error 2 make[1]: Leaving directory `/root/sqlrelay-0.38/src' make: *** [all] Error 2 I used Centos 4.4 version of postgresql (that is 7.4.13) Please help ! Thanks |