Archived Forum Post

Index of archived forum posts

Question:

import chilkat problem in centos 6.4 64bit

Oct 07 '13 at 13:00

hi, i have issue, when importing chilkat under centos 6.4 64bit

import chilkat

File "/usr/lib64/python2.6/site-packages/chilkat.py", line 26, in <module> _chilkat = swig_import_helper() File "/usr/lib64/python2.6/site-packages/chilkat.py", line 22, in swig_import_helper _mod = imp.load_module('_chilkat', fp, pathname, description) ImportError: /lib64/libc.so.6: version `GLIBC_2.15' not found (required by /usr/lib64/python2.6/site-packages/_chilkat.so)

anyone has any idea?

thanks


Answer

The Python 2.6 and Ruby 2.0 builds are ready: http://www.chilkatsoft.com/chilkat_glibc211.asp


Answer

The newest version of Chilkat (v9.4.1 SP1) requires glibc 2.15. Chilkat is working to provide something that will work with glibc 2.12, but this will take some time. In the meantime, the only solution is to drop back to the previous version which should be OK for glibc 2.12. To download the previous version (v9.4.0), just replace "9.4.1" with "9.4.0" in the download URL.


Answer

Same problem here :( and I could not be able to find the v9.4.0 download link


Answer

I installed the version 9.4.0 (its real version is 9.3.4). This version didn't worked with Ruby 2.0. There is stack trace of the error: http://pastebin.com/Dj7XF8u0


Answer

To those who are waiting for answers:

"Dear Igor,

Thank you. Chilkat is working to provide builds for an older version of GLIBC that should satisfy this need. I will send email when it is ready, but it may take some time -- possibly a week.

Best Regards, Matt Fausey Chilkat Software, Inc."


Answer

Thanksss!!


Answer

I upgrade it to this version and now aes.UnlockComponent("anything for 30-day trial") is returning false. Before buying it I'm trying this library locally and on the same environment that it would be running in production... locally it's running perfectly but in production env isn't. There is any other way that to unlock the component and test it all the way before buying it?