Hi,
I am trying to install Zabbix 1.8.2 on the red hat linux. I am getting the following error while run the command "make install"
/usr/lib64/libcrypto.a(dso_dlfcn.o): In function `dlfcn_bind_func':
(.text+0x174): undefined reference to `dlsym'
/usr/lib64/libcrypto.a(dso_dlfcn.o): In function `dlfcn_bind_func':
(.text+0x22c): undefined reference to `dlerror'
/usr/lib64/libcrypto.a(dso_dlfcn.o): In function `dlfcn_bind_var':
(.text+0x2a4): undefined reference to `dlsym'
/usr/lib64/libcrypto.a(dso_dlfcn.o): In function `dlfcn_bind_var':
(.text+0x35c): undefined reference to `dlerror'
/usr/lib64/libcrypto.a(dso_dlfcn.o): In function `dlfcn_unload':
(.text+0x3bd): undefined reference to `dlclose'
/usr/lib64/libcrypto.a(dso_dlfcn.o): In function `dlfcn_load':
(.text+0x472): undefined reference to `dlopen'
/usr/lib64/libcrypto.a(dso_dlfcn.o): In function `dlfcn_load':
(.text+0x4dd): undefined reference to `dlclose'
/usr/lib64/libcrypto.a(dso_dlfcn.o): In function `dlfcn_load':
(.text+0x507): undefined reference to `dlerror'
collect2: ld returned 1 exit status
make[3]: *** [zabbix_server] Error 1
make[3]: Leaving directory `/root/zabbix-1.8.2/src/zabbix_server'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/root/zabbix-1.8.2/src/zabbix_server'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/root/zabbix-1.8.2/src'
make: *** [install-recursive] Error 1
Regards,
Ravi
I am trying to install Zabbix 1.8.2 on the red hat linux. I am getting the following error while run the command "make install"
/usr/lib64/libcrypto.a(dso_dlfcn.o): In function `dlfcn_bind_func':
(.text+0x174): undefined reference to `dlsym'
/usr/lib64/libcrypto.a(dso_dlfcn.o): In function `dlfcn_bind_func':
(.text+0x22c): undefined reference to `dlerror'
/usr/lib64/libcrypto.a(dso_dlfcn.o): In function `dlfcn_bind_var':
(.text+0x2a4): undefined reference to `dlsym'
/usr/lib64/libcrypto.a(dso_dlfcn.o): In function `dlfcn_bind_var':
(.text+0x35c): undefined reference to `dlerror'
/usr/lib64/libcrypto.a(dso_dlfcn.o): In function `dlfcn_unload':
(.text+0x3bd): undefined reference to `dlclose'
/usr/lib64/libcrypto.a(dso_dlfcn.o): In function `dlfcn_load':
(.text+0x472): undefined reference to `dlopen'
/usr/lib64/libcrypto.a(dso_dlfcn.o): In function `dlfcn_load':
(.text+0x4dd): undefined reference to `dlclose'
/usr/lib64/libcrypto.a(dso_dlfcn.o): In function `dlfcn_load':
(.text+0x507): undefined reference to `dlerror'
collect2: ld returned 1 exit status
make[3]: *** [zabbix_server] Error 1
make[3]: Leaving directory `/root/zabbix-1.8.2/src/zabbix_server'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/root/zabbix-1.8.2/src/zabbix_server'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/root/zabbix-1.8.2/src'
make: *** [install-recursive] Error 1
Regards,
Ravi
Comment