[Setup] Plone-4.2-Unified-Installer fails on Ubuntu 11.04

2012-07-18 Thread ida277
Hello there, I have a fresh Ubuntu-11.04 machine with a preinstalled Python-2.7.1+ and the recommended required packages installed (build-essential bzip2 g++ gzip libbz2-dev libghc6-zlib-dev libjpeg62-dev libreadline5-dev libssl-dev libxml2 libxml2-dev libxslt1-dev patchp7zip-full poppler-unace p

Re: [Setup] Plone-4.2-Unified-Installer fails on Ubuntu 11.04

2012-07-19 Thread Paul Roeland
On 2012-07-19 08:29, ida277 wrote: > Hello there, > > I have a fresh Ubuntu-11.04 machine with a preinstalled Python-2.7.1+ and > the recommended required packages installed (build-essential bzip2 g++ gzip > libbz2-dev libghc6-zlib-dev libjpeg62-dev libreadline5-dev libssl-dev > libxml2 libxml2-d

Re: [Setup] Plone-4.2-Unified-Installer fails on Ubuntu 11.04

2012-07-21 Thread Steve McMahon
Please file a bug report at http://dev.plone.org. Include this information and the install.log from the installer directory. lxml is required for 4.2, so this problem needs solving. A possible workaround: since you've got Python-2.7.1 installed, you might try using install.sh's --with-python=...

Re: [Setup] Plone-4.2-Unified-Installer fails on Ubuntu 11.04

2012-07-24 Thread ida277
Steve McMahon wrote > > Please file a bug report at http://dev.plone.org. Include this information > and the install.log from the installer directory. > https://dev.plone.org/ticket/13071 Steve McMahon wrote > > A possible workaround: since you've got Python-2.7.1 installed, you might > try us

Re: [Setup] Plone-4.2-Unified-Installer fails on Ubuntu 11.04

2012-07-24 Thread axterbin
It gives me the same error too, does anyone know how to solve it? -- View this message in context: http://plone.293351.n2.nabble.com/Plone-4-2-Unified-Installer-fails-on-Ubuntu-11-04-tp7557080p7557301.html Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com. _

Re: [Setup] Plone-4.2-Unified-Installer fails on Ubuntu 11.04

2012-07-24 Thread m_schriefel
Hi, this worked for me: sudo apt-get install python-setuptools sudo easy_install nose sudo apt-get install libxslt-dev sudo apt-get install python-dev sudo easy_install lxml I don't remember which Ubuntu version I was on while I did this. Shouldn't make much difference though. Michael -- Vi

Re: [Setup] Plone-4.2-Unified-Installer fails on Ubuntu 11.04

2012-07-25 Thread ida277
Thanks Michael, but easy_installing lxml gives the same error... -- View this message in context: http://plone.293351.n2.nabble.com/Plone-4-2-Unified-Installer-fails-on-Ubuntu-11-04-tp7557080p7557335.html Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com. _

Re: [Setup] Plone-4.2-Unified-Installer fails on Ubuntu 11.04

2012-07-25 Thread Steve McMahon
That might work on very recent Ubuntu. On anything earlier, it will get you versions of the xml2/xslt libs that won't be adequate for Diazo. This all would be a lot easier if system libs were reliably up-to-date. On Tue, Jul 24, 2012 at 10:34 PM, m_schriefel wrote: > Hi, > > this worked for me: