PDA

View Full Version : problem with installing zabbix


sinda
26-04-2005, 09:35
hello,
im installing zabbix (server) . i had a problem with the command 'make' (step number 5 in the manual of installation)
i had this message:
'.....................
/usr/lib/mysql/libmysqlclient.a(my_compress.o)(.text+0xbc): In function `my_compress_alloc':
: undefined reference to `compress'
/usr/lib/mysql/libmysqlclient.a(my_compress.o)(.text+0x13a): In function `my_uncompress':
: undefined reference to `uncompress'
collect2: ld returned 1 exit status
make[1]: *** [all] Error 1
make[1]: Leaving directory `/home/boussensinda/Documents/zabbix-1.0/src/zabbix_sucker'
make: *** [all] Error 1

thanks

Alexei
26-04-2005, 10:36
I believe the problem was already discussed several times. Please, do a search.

If I remeber correctly it can be solved by putting '-lcrypto' into Makefiles.

sinda
26-04-2005, 11:26
I believe the problem was already discussed several times. Please, do a search.

If I remeber correctly it can be solved by putting '-lcrypto' into Makefiles.
how to put lcrypto into makefile?
give me more details please. im new user of linux