We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
Currently, we have our license server on Centos 7.8. Still, we are starting vendor daemon with some wrapper of glibc 2.14.
Is it still required or best practice to use only 2.14 as 2.17 is available by default on Centos 7?
# cat /etc/redhat-releaseCentOS Linux release 7.8.2003 (Core)# cat /scratch/admin/vendor_daemons/armlmd_wrapper#!/bin/shexport LD_LIBRARY_PATH=/home/utils/glibc-2.14/libexec /home/utils/glibc-2.14/lib/ld-linux-x86-64.so.2 /scratch/admin/vendor_daemons/armlmd_11.17.2.0 "$@"# ldd --versionldd (GNU libc) 2.17