[Zope-DB] ZMySQLDA installation

Dieter Maurer dieter at handshake.de
Sat Dec 20 07:10:43 EST 2003


Xavier Poirier wrote at 2003-12-18 16:43 +0100:
>I'm new here on zope ML.
>I'm installing ZMySQLDA into Zope and I encounter some difficulties :
>
>System RedHat 9.0
>Latest version of Zope with Python 2.2
>Mysql installed by RPM 3.23 and sources copied of MYSQL
>
>All seems good , but , when I do the "make" command into ZOPE distrib
>/lib/Products/ZMySQLDA/src
>I have this errors :
>
>MysqlModule.c: incompatible type of pointer into puthonify_res_fields
>and:
>invalid value in unary '&' into STH_fetchdict

Apparently, your C compiler is stricter than the one used to
develop the "ZMySQLDA" module.

You will need to modify the C code in order to make your
compiler happy (or use one that is less strict).

-- 
Dieter



More information about the Zope-DB mailing list