V8 NUT <[email protected]> writes: > /usr/bin/ld: cannot find -lz > collect2: ld returned 1 exit status > error: command 'gcc' failed with exit status 1
Could it be you're missing zlib-devel? What does yum info zlib-devel say? Or locate libz? -- http://mail.python.org/mailman/listinfo/python-list
