I'm installing Zabbix 1.6.7 on my Ubuntu 8.04 with:
- Apache2 2.2.8
- PHP 5.2.4
- Postgresql 8.3.8
following the Zabbix manual everything is ok until the:
./configure --enable-server --with-pgsql --with-net-snmp –with-jabber –
with-libcurl
that returned:
configure: error: PostgreSQL library not found
What may be the origin of the problem ? There is a solution ?
- Apache2 2.2.8
- PHP 5.2.4
- Postgresql 8.3.8
following the Zabbix manual everything is ok until the:
./configure --enable-server --with-pgsql --with-net-snmp –with-jabber –
with-libcurl
that returned:
configure: error: PostgreSQL library not found
What may be the origin of the problem ? There is a solution ?
Comment