Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!news.mixmin.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python.': 0.04; 'ubuntu': 0.04; 'interpreter': 0.05; 'option,': 0.07; 'skip:/ 40': 0.07; 'python': 0.08; 'libraries.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'configure': 0.10; 'reconfigure': 0.16; 'reinstall': 0.16; 'zlib': 0.16; 'seems': 0.19; 'subject:not': 0.21; 'subject:data': 0.21; 'plone': 0.23; 'header :In-Reply-To:1': 0.23; 'steve': 0.23; 'command': 0.24; "i'm": 0.26; '"python"': 0.30; 'installed': 0.30; 'skip:p 30': 0.31; "isn't": 0.32; 'to:addr:python-list': 0.32; "i've": 0.33; 'named': 0.33; 'there': 0.33; 'header:User-Agent:1': 0.33; 'header:X -Complaints-To:1': 0.33; 'install': 0.34; 'which,': 0.34; 'skip:" 10': 0.36; 'but': 0.37; 'issue': 0.37; 'think': 0.37; 'subject:can': 0.37; 'using': 0.37; 'received:org': 0.37; 'run': 0.38; 'subject:: ': 0.39; 'might': 0.39; 'to:addr:python.org': 0.39; 'files': 0.40; 'did': 0.40; 'url:blogspot': 0.62; 'webpage': 0.67; 'serving': 0.68; 'url:2011': 0.71; 'account.': 0.80; 'lan.': 0.84; 'schrieb': 0.84; 'subject:; ': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Christian Heimes Subject: Re: can't decompress data; zlib not available Date: Mon, 14 Nov 2011 20:50:39 +0100 References: <4EC009D7.90100@sprangle.com> <1321221305.12661.6.camel@tim-laptop> <4EC16C47.9000604@sprangle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: g228164052.adsl.alicedsl.de User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 In-Reply-To: <4EC16C47.9000604@sprangle.com> X-Enigmail-Version: 1.4a1pre OpenPGP: id=AD16AB1B; url=http://cheimes.de/heimes.asc X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 38 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1321300257 news.xs4all.nl 6868 [2001:888:2000:d::a6]:48556 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:15689 Am 14.11.2011 20:30, schrieb Steve Edlefsen: > Sorry about that. Ubuntu 11.10. > > I used > > Plone-4.1.2-UnifiedInstaller.tar > > which installed o.k. I'm serving a webpage on my LAN. > > I did a search on files named "python" on my machine. > There are 23 not including the ones in the Plone > buildout-cache in my account. Seems like a lot of > applications install their own copy of python. > > There are also > > ../usr/lib/x86_64-linux-gnu/libz.so > ../usr/lib/libz.so > > which, I believe, are the zlib libraries. > > I've read that you can reinstall python with configure > using the "--with-zlib" option, but configure isn't in > > /usr/local/Plone/Python-2.6/lib/python2.6/config > > I think the python interpreter for the command line is > the one in /usr/bin/python. Would this be the one I > reconfigure for zlib? You might have run into this [1] issue with Ubuntu 11.04+ and Python before 2.7.2. Christian [1] http://lipyrary.blogspot.com/2011/05/how-to-compile-python-on-ubuntu-1104.html