Question:
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.
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.
Thanks, problem solved!
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.
Works like a charm, perfect. Thank you