Details
-
Incident report
-
Status: Closed
-
Trivial
-
Resolution: Won't fix
-
5.0.2
-
None
-
None
-
Linux:CentOS Linux release 8.2.2004 (Core)
Mysql:8.0.21
Zabbix:5.0.2
-
Team C
Description
Steps to reproduce:
1.[root@centos8-llj tools]# tar -zxvf zabbix-5.0.2.tar.gz
2.[root@centos8-llj tools]# cd zabbix-5.0.2/
3.[root@centos8-llj zabbix-5.0.2]# ./configure --prefix=/usr/local/zabbix --enable-agent --enable-server --with-mysql=/usr/local/mysql/bin/mysql_config --with-net-snmp --with-libcurl --with-libxml2
4.[root@centos8-llj zabbix-5.0.2]# make install
lmysqlclient -lpthread -lm -lrt -lcrypto -lssl -ldl -lxml2 -lnetsnmp -lz -lpthread -levent -lcurl -lm -ldl -lresolv -lpcre*
//usr/lib64/libk5crypto.so.3: undefined reference to `EVP_KDF_derive@OPENSSL_1_1_1b'
//usr/lib64/libk5crypto.so.3: undefined reference to `EVP_KDF_ctrl@OPENSSL_1_1_1b'
//usr/lib64/libk5crypto.so.3: undefined reference to `EVP_KDF_CTX_free@OPENSSL_1_1_1b'
//usr/lib64/libk5crypto.so.3: undefined reference to `EVP_KDF_CTX_new_id@OPENSSL_1_1_1b'
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:669: zabbix_server] Error 1
make[3]: Leaving directory '/llj/tools/zabbix-5.0.2/src/zabbix_server'
make[2]: *** [Makefile:782: install-recursive] Error 1
make[2]: Leaving directory '/llj/tools/zabbix-5.0.2/src/zabbix_server'
make[1]: *** [Makefile:494: install-recursive] Error 1
make[1]: Leaving directory '/llj/tools/zabbix-5.0.2/src'
make: *** [Makefile:533: install-recursive] Error 1