Ad Widget

Collapse

Error while make

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • svenjacobs
    Junior Member
    • Jan 2005
    • 2

    #1

    Error while make

    Hey,

    I've run ./configure --with-mysql --with-net-snmp and when i do the make i get the error messages:

    /usr/lib/libnetsnmp.so: undefined reference to `EVP_DigestInit'
    /usr/lib/libnetsnmp.so: undefined reference to `EVP_DigestFinal'
    /usr/lib/libnetsnmp.so: undefined reference to `EVP_DigestFinal_ex'
    /usr/lib/libnetsnmp.so: undefined reference to `AES_set_encrypt_key'
    /usr/lib/libnetsnmp.so: undefined reference to `EVP_md5'
    /usr/lib/libnetsnmp.so: undefined reference to `HMAC'
    /usr/lib/libnetsnmp.so: undefined reference to `EVP_MD_CTX_cleanup'
    /usr/lib/libnetsnmp.so: undefined reference to `SSLeay'
    /usr/lib/libnetsnmp.so: undefined reference to `EVP_sha1'
    /usr/lib/libnetsnmp.so: undefined reference to `EVP_MD_CTX_init'
    /usr/lib/libnetsnmp.so: undefined reference to `EVP_DigestUpdate'
    /usr/lib/libnetsnmp.so: undefined reference to `RAND_bytes'
    /usr/lib/libnetsnmp.so: undefined reference to `DES_cbc_encrypt'
    /usr/lib/libnetsnmp.so: undefined reference to `DES_ncbc_encrypt'
    /usr/lib/libnetsnmp.so: undefined reference to `DES_key_sched'
    /usr/lib/libnetsnmp.so: undefined reference to `AES_cfb128_encrypt'
    collect2: ld returned 1 exit status
    make[1]: *** [all] Error 1
    make[1]: Leaving directory `/opt/zabbix/zabbix-1.0/src/zabbix_sucker'
    make: *** [all] Error 1
  • Alexei
    Founder, CEO
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Sep 2004
    • 5654

    #2
    I believe you have to install package openssl-dev.
    Alexei Vladishev
    Creator of Zabbix, Product manager
    New York | Tokyo | Riga
    My Twitter

    Comment

    • svenjacobs
      Junior Member
      • Jan 2005
      • 2

      #3
      Thanks that seems to fix the problem :-)

      Comment

      • richlv
        Senior Member
        Zabbix Certified Trainer
        Zabbix Certified SpecialistZabbix Certified Professional
        • Oct 2005
        • 3112

        #4
        if anybody else stumbles upon this (i got it in 1.3.8 on sles10), see this thread for a solution :
        Zabbix 3.0 Network Monitoring book

        Comment

        Working...