Mike, John is correct - read the Readme file and install that dependencies. From you log file, it looks as if you don't have zip installed - LookupError: unknown encoding: zip Python zlib support is missing; something went wrong in the zlib or python build. Mark On Wed, Feb 1, 2012 at 8:26 PM, John wrote: > Your missing dependencies that plone needs to build properly. I look for > an install readme file and look there first. Not sure which distro you but > I also use apt-file with Ubuntu > > sudo apt-get install apt-file > apt-file update > apt-file search bits/predefs.h > > You'll then have to install the package that it says to. You'll have to > keep doing this for each missing dep. It takes time but you'll eventually > chip away the issues so it'll build. If no, you'll want to try and find a > pre-built package. > > ------------------------------ > *From:* Michael Havens > *To:* Main PLUG discussion list > *Sent:* Sunday, January 29, 2012 2:37 PM > *Subject:* Re: problem installing plone > > This is cool... I'm looklng through the install log and this might be > relevant: > > Failed to find the necessary bits to build these modules: > _bsddb _hashlib _sqlite3 > _ssl _tkinter bsddb185 > bz2 dbm gdbm > linuxaudiodev ossaudiodev sunaudiodev > zlib > To find the necessary bits, look in setup.py in detect_modules() for the > module's name. > > (so what do they mean I should do?) > (if these 'bits' are there where shuld I put them?) > > Failed to build these modules: > crypt nis > ... > Warning - could not find file bits/predefs.h > Warning - could not find file sys/cdefs.h > Warning - could not find file gnu/stubs.h > Warning - could not find file bits/wchar.h > Warning - could not find file bits/wordsize.h > ... > Warning - could not find file sys/socket.h > Warning - could not find file bits/types.h > ... > Warning - could not find file bits/in.h > Warning - could not find file bits/endian.h > ... > *** WARNING: renaming "nis" since importing it failed: > build/lib.linux-i686-2.6/nis.so: undefined symbol: yp_master > > Failed to find the necessary bits to build these modules: > _bsddb _hashlib _sqlite3 > _ssl _tkinter bsddb185 > bz2 dbm gdbm > linuxaudiodev ossaudiodev sunaudiodev > zlib > To find the necessary bits, look in setup.py in detect_modules() for the > module's name. > > > Failed to build these modules: > crypt nis > ... > > > -- > :-)~MIKE~(-: > > --------------------------------------------------- > PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us > To subscribe, unsubscribe, or to change your mail settings: > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss > > > --------------------------------------------------- > PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us > To subscribe, unsubscribe, or to change your mail settings: > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss >