Hi, [snip] >/home/services/sviluppo/lib/modules/mysql/main.so: undefined symbol: unco$ > > [/snip] I suppose that line says: undefined symbol: uncompress. Just link zlib to your binary by adding -lz to the LIBS line in Makefile.inc. Some newer mysqlclient libraries need compress/uncompress functions to run. Georges