Ad Widget

Collapse

Installation trouble - postgresql is needed by zabbix

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Pen
    Junior Member
    • Sep 2013
    • 3

    #1

    Installation trouble - postgresql is needed by zabbix

    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
  • Colttt
    Senior Member
    Zabbix Certified Specialist
    • Mar 2009
    • 878

    #2
    you can compile it manually
    Debian-User

    Sorry for my bad english

    Comment

    • Pen
      Junior Member
      • Sep 2013
      • 3

      #3
      Yes, i can. But it does not solve this problem.

      Comment

      • Pada
        Senior Member
        • Apr 2012
        • 236

        #4
        I think you're having the same kind of dependency issue as with this user with MySQL server: https://www.zabbix.com/forum/showthread.php?p=136190

        So try to install Zabbix (in Ubuntu) with like:
        Code:
        apt-get --no-install-recommends install zabbix-server-pgsql
        Just take note that the "--no-install-recommends" flag will result in apt-get to not install any other dependencies.

        If you're using another Linux distro, then it may also have the same kind of argument for its package installer to ignore dependencies.

        If you're still stuck, could you please tell us what Linux distro you're using and how you're trying to install Zabbix?
        If you followed a guide, please provide the URL to that too please.

        Comment

        Working...