> Since the installer is finding libjpeg on your system, the problem is probably not as simple as I thought. We're going to need you to find the error in the install.log file that keeps the detailed build transcript. > You could also try removing the old install target and running the > installer again, so that it doesn't try to use the python that was build > without the PIC flag.
Thanks Steve, problem solved. It was as easy as deleting the old python instance and running the installer again. Obviously python was build with the correct PIC-flag then. My Plone is running fine again! So, for everybody running into PIL-problem on 64-bit linux with the installer: the correct line in "installer.sh" says "export CFLAGS=-fPIC" - instead of "CFLAGS='-fPIC'+H1H" Then, delete the python directory and run installer again. Good luck, Siggi -- View this message in context: http://n2.nabble.com/installation-failed-since-PIL-is-missing-tp4288466p4697486.html Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com. _______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
