hello, same here: Plone 3.3.2 on debian lenny.
Steve McMahon schrieb: > It looks like it's the zlib (not imaging) installation that failed. > Please look earlier in your install.log to see if you can figure out > what went wrong with that part of the build. from the install.log: ... running install running build running build_ext INFO: Can't locate Tcl/Tk libs and/or headers building 'zlib' extension /usr/bin/gcc -I/usr/local/Plone-3.3.2-01/Python-2.4/include -pthread -shared build/temp.linux-x86_64-2.4/zlibmodule.o -L/usr/local/Plone-3.3.2-01/Python-2.4/lib -L/usr/local/lib -lz -o build/lib.linux-x86_64-2.4/zlib.so /usr/bin/ld: /usr/local/Plone-3.3.2-01/Python-2.4/lib/libz.a(adler32.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC /usr/local/Plone-3.3.2-01/Python-2.4/lib/libz.a: could not read symbols: Bad value collect2: ld returned 1 exit status running build_scripts running install_lib creating /usr/local/Plone-3.3.2-01/Python-2.4/lib/python2.4/lib-dynload ... > Alternatively, install zlib > in advance. > right. I was missing zlib1g-dev. with that, it worked. c. _______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
