Ad Widget

Collapse

Package error systemd

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sherasy
    Junior Member
    • May 2015
    • 1

    #1

    Package error systemd

    Good Morning Partner

    When installing zabbix sevice (Amazon linux) i got the following error:

    Error: Package: zabbix-agent-2.2.9-1.el7.x86_64 (zabbix) Requires: systemd

    install systemd

    error persists

    anyone knows how is solved

    thanks
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    Please try version for el6.

    But, Newer Amazon Linux use Apache HTTP Server 2.4 by default.
    Then, You must change access control in /etc/httpd/conf.d/zabbix.conf

    Files zabbix-web24.conf in the source package(zabbix-2.2.9-1.el7.src.rpm) will be helpful.

    How to take out:
    -----
    $ wget http://repo.zabbix.com/zabbix/2.2/rh...-1.el7.src.rpm
    $ rpm2cpio zabbix-2.2.9-1.el7.src.rpm |cpio -id
    -----

    Comment

    Working...