Ad Widget

Collapse

'./configure --enable-agent' only builds windows exe. Need linux agent.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shalako
    Member
    • Apr 2006
    • 30

    #1

    './configure --enable-agent' only builds windows exe. Need linux agent.

    From http://www.zabbix.com/manual/v1.1/install_agent.php:

    # 2. To configure the source for the client:
    shell> ./configure --enable-agent
    # 3. Build agent:
    shell> make
    Copy created binaries from bin/ to /opt/zabbix/bin or any other directory Other common directories are /usr/local/bin or /usr/local/zabbix/bin.

    Only item in bin/ is ZabbixW32.exe. Why does it not build a linux binary? Something like zabbix_agentd?

    ===
    FC4
    zabbix-1.1beta8
    php4
    mysql3
    apache2
  • edeus
    Senior Member
    • Aug 2005
    • 120

    #2
    do a "find" in the build directory for zabbix_agentd, it would be in there under src or something equally obvious.

    The docs can be a bit out of date, just take them with a grain of salt.

    I use `make install` to finish and the binaries are installed properly.

    Comment

    • shalako
      Member
      • Apr 2006
      • 30

      #3
      thank you edeus.

      any chance you've encountered the behavior in which the web interface doesn't respond to logins? Admin, no password. i can log in to mysql with the same info from db.conf.php. I've confirmed there's no password in the table. And yet the website doesn't do anything when trying to log in. Nothing shows up in logs for apache, php, or mysql.

      Thanks again. Getting this thing running has proved to be a real easter egg hunt!

      Comment

      • erisan500
        Senior Member
        Zabbix Certified Specialist
        • Aug 2005
        • 285

        #4
        Check if you have cookies enabled in your browser.

        Getting this thing running has proved to be a real easter egg hunt!
        I have installed Zabbix over 100 times by now and it went allways flawless.

        EriSan
        EriSan
        Zabbix Certified Specialist

        Comment

        • shalako
          Member
          • Apr 2006
          • 30

          #5
          I wish it were that easy.

          I have confirmed cookies are enabled. Cleared them and tried again. Index/login page just refreshes. No error messages in logs.

          Comment

          Working...