Hello,
I am having a particularly troubling issue that I was hoping you could help shed some light on. I am working on an application that uses Python 2.4 (I am currently running Ubuntu 11.10 32bit which comes with Python 2.7) I have 2.4 setup separately. All other third party python modules I installed through setuptools-2.4 easy_installer and work just fine but I am running into issues with clearsilver. If I try to easy_install, build the so from source, or build the python egg everytime I try to import neo_cgi I get an undefined symbol: crc32 error message on python. I am assuming it has to do with zlib as I had to create a softlink between the zlib in /lib/libz.so and /lib/i386-linux-gnu and recompile python2.4 to get install tools to run on 2.4 and correct me if I am wrong but crc32 resides inside zlib. I tried editing the setup.py to include crc32 and/or zlib as a library but that gave me the same results. Any thoughts?
Thanks,