View Full Version : error zabbix 1.1 7
Hi All!
I'm start from su zabbix, and he writes:
/usr/local/zabbix/zabbix_server: symbol lookup error: /usr/lib/libnetsnmp.so.5: undefined symbol: RAND_bytes
(Mandrake 10.1)
help, what the problems?
welshpjw
21-03-2005, 20:32
Not sure about the error. A quick google'n leads to a possible problem with libcrypto. Please run the command:
"ldd /usr/local/zabbix/zabbix_server"
and see if there are any not found libraries, please.
Not sure about the error. A quick google'n leads to a possible problem with libcrypto. Please run the command:
"ldd /usr/local/zabbix/zabbix_server"
and see if there are any not found libraries, please.
error not found:
linux-gate.so.1 => (0xffffe000)
libnsl.so.1 => /lib/libnsl.so.1 (0x40024000)
libm.so.6 => /lib/tls/libm.so.6 (0x40037000)
libz.so.1 => /lib/libz.so.1 (0x4005a000)
libnetsnmp.so.5 => /usr/lib/libnetsnmp.so.5 (0x4006b000)
libc.so.6 => /lib/tls/libc.so.6 (0x40109000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
welshpjw
22-03-2005, 20:47
I still kinda believe you got a missing dependency... I'm still new to zabbix, however... I hope not to lead you wrong. Please check to see if you have openssl installed on your box. My zabbix has the openssl-0.9.7a linked to the client (RH9, FC2) and server (FC2).
In addition, the command "strings /lib/libcrypto.so.0.9.7a |grep -i RAND_bytes" shows that the function "RAND_bytes" is (mentioned) in the libcrypto.
Hope this helps.
In addition, the command "strings /lib/libcrypto.so.0.9.7a |grep -i RAND_bytes" shows that the function "RAND_bytes" is (mentioned) in the libcrypto.
write me this: "strings: '/lib/libcrypto.so.0.9.7a': No such file"
What me doing?
Thanx for help.
welshpjw
24-03-2005, 15:26
I'm still VERY new at zabbix, but my current GUESS is to have you install "openssl" onto your system and see if the problem persists.