Ad Widget

Collapse

Installation Issues

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • russhenry715
    Member
    • Aug 2009
    • 32

    #1

    Installation Issues

    I am having installation issues, I am on step 4 where i need to configure and compile the source code for your system?

    shell> ./configure --enable-server --enable-agent --with-mysql --with-net-snmp –
    with-jabber –with-libcurl

    after i run that command i get "configure: error: Not found MySQL library"

    i am running ubuntu 9.04 server edition x32, i do see the mgsql database
  • russhenry715
    Member
    • Aug 2009
    • 32

    #2
    Mabe i am not understanding the directions, where do i put where my data base is?

    -------------------------------------------------------------------------
    The sources must be compiled for both the server (monitoring machine) as well
    as the clients (monitored machines). To configure the source for the server, you
    must specify which database will be used.


    shell> ./configure --enable-server --with-mysql --with-net-snmp –with-jabber –
    with-libcurl # for MySQL + Jabber + WEB monitoring
    -------------------------------------------------------------------------

    Comment

    • MrKen
      Senior Member
      • Oct 2008
      • 652

      #3
      There's an Ubuntu install guide on the wiki http://www.zabbix.com/wiki/doku.php?id=howto:ubuntuinstall

      You probably need to apt-get install libmysqlclient15-dev
      Disclaimer: All of the above is pure speculation.

      Comment

      Working...