Ad Widget

Collapse

Unable to compile zabbix 1.3.6

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • predatorz
    Senior Member
    • Mar 2007
    • 109

    #1

    Unable to compile zabbix 1.3.6

    Hi, i think i have installed all the packages for zabbix but when i tried to compile it by running ./configure, it fails.. What is the problem?
    i installed mysql-server, mysql-devel, net-snmp, net-snmp-devel, ikesemel, php, php-mysql, php-gd, fping, gd-devel, gcc.
    i tried yum install mysqlclient but it say nothing to do.
    Running on FC4.

    checking for socket... yes
    checking for strtod... yes
    checking for snprintf... yes
    checking for vasprintf... yes
    checking for asprintf... yes
    checking for vsnprintf... yes
    checking for hstrerror... yes
    checking for atoll... yes
    checking for getopt_long... yes
    checking for mysql_config... /usr/bin/mysql_config
    checking for main in -lmysqlclient ... no
    configure: error: Not found mysqlclient library
  • predatorz
    Senior Member
    • Mar 2007
    • 109

    #2
    Any hints ?

    Comment

    • predatorz
      Senior Member
      • Mar 2007
      • 109

      #3
      Anyone Can Help? Thanks in advance.

      Comment

      • SierraX
        Junior Member
        • Dec 2006
        • 21

        #4
        mysql not in a standard path?

        Comment

        • BusteR81
          Senior Member
          • Apr 2007
          • 150

          #5
          wrong default path

          zabbix finding in /usr/lib

          while mysql in /usr/lib/mysql

          what u can do is do a cp (copy) command
          or u can change the path in configure.in OR configure....

          i did a cp command coz i duuno how to edit paths in configure files.

          Comment

          Working...