RE: [Zope] - ZMySQLDA, broken product
Hi all,
After struggling with the NT version with IIS, I decided to bite the bullet and installed on a Linux box, it is now working fine 8^).
I'm now getting into the DB side of things and decided to try the ZMySQLDA, installed, compiled ok 8^), but Zope tells me that the product is broken, this is the traceback:
<traceback>
Traceback (innermost last): File "/home/brian/temp/build/tmp_build/Zope-1.9.0-linux2-x86/lib/py thon/OFS/Appli cation.py", line 378, in import_products File "lib/python/Products/ZMySQLDA/__init__.py", line 100, in ? File "lib/python/Products/ZMySQLDA/DA.py", line 102, in ? File "lib/python/Products/ZMySQLDA/db.py", line 100, in ? ImportError: /lib/libm.so.5: undefined symbol: __getfpucw
</traceback>
Any ideas?
Try replacing the "-lm" in your Setup file with "-lgcc" and recomplile the MySQL module. Brian Lloyd brian@digicool.com Software Engineer 540.371.6909 Digital Creations http://www.digicool.com
participants (1)
-
Brian Lloyd