[Zope] ZMySQLDA instal Import Error problem

Thomas Weiner t_wein@gmx.de
Sat, 30 Sep 2000 15:27:18 +0200


Richard Moon schrieb:
> 
> Installing MySQLDA-0.1.2 and running
> 
> python build.py
> 
> I get the error
> 
> Import Error: ./_mysqlmodule.so: undefined symbol: uncompress
> 
> Any clues ? I've just installed the latest (3.23.25) MySQL rpms on Linux

MySQL 3.23.25 needs the Zlib libraries. Append in your Setup file the
option -lz to the line '_mysql _mysqlmodule.c .. '

hth,
Thomas