Ad Widget

Collapse

ask installation problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • andekhi
    Junior Member
    • Feb 2007
    • 4

    #1

    ask installation problem

    when i try to configure :
    ./configure --enable-server --with-pgsql --with-net-snmp
    i got this following error :
    configure: error: Invalid NET-SNMP directory - unable to find net-snmp-includes.h

    would someone help me pliss.. i'm still newbie
  • andekhi
    Junior Member
    • Feb 2007
    • 4

    #2
    by the way i'm using Fedoracore 6 with postgresql... thx in advance

    Comment

    • crayons
      Junior Member
      • Oct 2006
      • 21

      #3
      I highly suggest you use mysql instead of pgsql. It works much better with zabbix. Zabbix uses the innodb table type and is much better. Anyway you need to install net-snmp packages.

      yum install net-snmp-devel net-snmp

      should work. Then run the configure again.

      Comment

      • andekhi
        Junior Member
        • Feb 2007
        • 4

        #4
        Originally posted by crayons
        I highly suggest you use mysql instead of pgsql. It works much better with zabbix. Zabbix uses the innodb table type and is much better. Anyway you need to install net-snmp packages.

        yum install net-snmp-devel net-snmp

        should work. Then run the configure again.
        many thx i'll try using mysql n net-snmp-devel

        Comment

        Working...