Hi,
I am trying to compile 1.3.3
I have already corrected /src/libs/zbxdb/db.c (adding semicolon at the end of line)
but now I am getting:
db.c: In function zbx_db_connect:
db.c:138: error: CONFIG_DBHOST undeclared (first use in this function)
Any ideas ?
My configure options:
sudo ./configure --enable-agent --enable-server --with-net-snmp --with-pgsql=/var/lib/postgres/ --with-jabber --with-libcurl
Regards
Peter
I am trying to compile 1.3.3
I have already corrected /src/libs/zbxdb/db.c (adding semicolon at the end of line)
but now I am getting:
db.c: In function zbx_db_connect:
db.c:138: error: CONFIG_DBHOST undeclared (first use in this function)
Any ideas ?
My configure options:
sudo ./configure --enable-agent --enable-server --with-net-snmp --with-pgsql=/var/lib/postgres/ --with-jabber --with-libcurl
Regards
Peter
.text+0xaa): undefined reference to `PQexec'
Comment