Hi
I need to install zabbix + postgresql.
I installed PostgreSQL from binary package postgresql-9.3.0-1-linux-x64.run (from EnterpriseDB).
# ps ax | grep postgres
30142 ? S 0:00 /opt/PostgreSQL/9.3/bin/postgres -D /opt/PostgreSQL/9.3/data
30143 ? Ss 0:00 postgres: logger process
30146 ? Ss 0:00 postgres: checkpointer process
30147 ? Ss 0:00 postgres: writer process
30148 ? Ss 0:00 postgres: wal writer process
30149 ? Ss 0:00 postgres: autovacuum launcher process
30150 ? Ss 0:00 postgres: stats collector process
31459 pts/1 S+ 0:00 grep postgres
But when I try to install zabbix it ends with error:
error: Failed dependencies:
postgresql is needed by zabbix-server-pgsql-2.0.8-1.el6.x86_64
How to fix this?
P.S. sorry of my english
I need to install zabbix + postgresql.
I installed PostgreSQL from binary package postgresql-9.3.0-1-linux-x64.run (from EnterpriseDB).
# ps ax | grep postgres
30142 ? S 0:00 /opt/PostgreSQL/9.3/bin/postgres -D /opt/PostgreSQL/9.3/data
30143 ? Ss 0:00 postgres: logger process
30146 ? Ss 0:00 postgres: checkpointer process
30147 ? Ss 0:00 postgres: writer process
30148 ? Ss 0:00 postgres: wal writer process
30149 ? Ss 0:00 postgres: autovacuum launcher process
30150 ? Ss 0:00 postgres: stats collector process
31459 pts/1 S+ 0:00 grep postgres
But when I try to install zabbix it ends with error:
error: Failed dependencies:
postgresql is needed by zabbix-server-pgsql-2.0.8-1.el6.x86_64
How to fix this?
P.S. sorry of my english

Comment