Archived Forum Post

Index of archived forum posts

Question:

perl chilkat problem in centos 6.4 64bit `GLIBC_2.15' not found

Apr 25 '14 at 02:28

hi, i have issue, when trying to start chilkat under new server centos 6.4 64bit

Can't load '/usr/local/share/perl5/libchilkat.so' for module chilkat: /lib64/libc.so.6: version `GLIBC_2.15' not found (required by /usr/local/share/perl5/libchilkat.so) at /usr/lib64/perl5/DynaLoader.pm line 200. at /usr/local/share/perl5/chilkat.pm line 11.


Accepted Answer

Hi I also have the same error and had to use Chilkat version 9.4.0 to get it to work on this version of the OS. The problem is that Centos 6.4 uses GLIBC version 2.12 and there are aspects missing from this that the Chilkat library needs.


Answer

Thanks, problem solved!


Answer

The Chilkat Perl Linux downloads have been updated here: http://www.chilkatsoft.com/perl.asp#linuxDownloads

These builds should work with both GLIBC 2.12 and later.


Answer

Works like a charm, perfect. Thank you