PDA

View Full Version : Error while make


svenjacobs
31-01-2005, 16:02
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
31-01-2005, 16:14
I believe you have to install package openssl-dev.

svenjacobs
31-01-2005, 16:18
Thanks that seems to fix the problem :-)

richlv
22-05-2007, 17:45
if anybody else stumbles upon this (i got it in 1.3.8 on sles10), see this thread for a solution :
http://www.zabbix.com/forum/showthread.php?p=20894#post20894