I am having issues getting the ZMySQL adapter to compile... this is what I am getting: MySQLDA/src# make gcc -I/usr/local/mysql/include -I/usr/local/mysql/include -g -O2 -I/usr/local/ include/python1.5 -I/usr/local/include/python1.5 -DHAVE_CONFIG_H -c ./MySQLmodul e.c ./MySQLmodule.c: In function `pythonify_row': ./MySQLmodule.c:238: warning: assignment from incompatible pointer type ./MySQLmodule.c: In function `pythonify_res_fields': ./MySQLmodule.c:384: invalid lvalue in unary `&' ./MySQLmodule.c: In function `STH_fetchdict': ./MySQLmodule.c:1125: invalid lvalue in unary `&' ./MySQLmodule.c:1147: invalid lvalue in unary `&' make: *** [MySQLmodule.o] Error 1 I don't really know what this means, and would really appriciate some guidance.. thanks -chris