Ad Widget

Collapse

Zabbix from source on gentoo

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • luivm
    Junior Member
    • May 2011
    • 1

    #1

    Zabbix from source on gentoo

    Hi,
    im trying to install zabbix on (fcking) Gentoo system.
    When i run
    ./configure --enable-agent
    i recevice thi error :

    bash: ./configure: /bin/sh: bad interpreter: Permission denied

    Any idea ?
    Thank you to everyone
  • heaje
    Senior Member
    Zabbix Certified Specialist
    • Sep 2009
    • 325

    #2
    Emerge on Gentoo

    You could just use the ebuild for Zabbix that is already in the Portage tree on Gentoo, then you wouldn't have to do the compile by yourself.

    To do that, just run "emerge zabbix". Make sure the use flags are set to whatever you want them to be so that you get the desired functionality. Version 1.8.4 is not masked for the amd64 and x86 architectures, so that will be what is installed. If you want version 1.8.5, you'll have to add zabbix to your portage.keywords file.

    Comment

    Working...