I am answering to myself, if it can help someone else.
zlib has to be recompiled with CFLAGS set to -fPIC. So before launching ./configure do a: export CFLAGS="-fPIC" Python then will build properly zlib.so Tarek
-- http://mail.python.org/mailman/listinfo/python-list