Hi, I tried to install ActivePerl on Linux ( 64 bit ). I got the following error.
perl/bin/perl: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by perl/bin/perl)
Any one faced this issue?
Thanks, Chaitanya
Hi, I tried to install ActivePerl on Linux ( 64 bit ). I got the following error.
perl/bin/perl: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by perl/bin/perl)
Any one faced this issue?
Thanks, Chaitanya
Sounds like you are on an older version linux with its corresponding Glibc that is not new enough to run the perl binary. Updating your OS would be ideal, but if that isn't possible, you can try other methods, note some of these can be a bit tricky.
RedHat has an article on upgrading glibc: http://developers.redhat.com/blog/2016/02/17/upgrading-the-gnu-c-library-within-red-hat-enterprise-linux/
A previous issue (was on ORACLE linux) sounds like it might be related is here: https://community.activestate.com/node/12912