tjones86 wrote:
> 
> Plone installer has failed on Ubuntu 11.10.
> 
> Output is:
> 
> Root install method chosen. Will install for use by system user plone
> 
> Installing Plone 4.1.2 at /usr/local/Plone
> 
> User 'plone' already exists. No need to create it.
> Skipping libjpeg build
> Compiling and installing local zlib ...
> Compiling and installing readline local libraries ...
> Installing Python 2.6.7. This takes a while...
> Patching for Debian/Ubuntu Multiarch
> Patching for thread size
> Installing distribute...
> Failed: This Python does not have ssl support.
> 
> ***Aborting***
> The built Python does not meet the requirements for Zope/Plone.
> Check messages and the install.log to find out what went wrong.
> 
> *
> I was able to finish the install after this error by doing the following:*
> 
> 1.  downloaded pyOpenSSL-0.11.tar.gz from https://launchpad.net/pyopenssl
> 2. set path to include /usr/local/Plone/Python-2.6/bin first
> 3.  inside the extracted directory for openssl in step 1 run # ./setup.py
> install
> 4. now run the Plone installer again it will pick up where it left off and
> then finish successfully
> 

I had some permission problems after running my above steps - the better
solution is from 
    mastrolinux wrote:
    Simply install python-dev and python-openssl on ubuntu 11.10. It worked
for me.

This did work for me but only after I realized I needed 2.6 and not just the
2.7 that was already installed.
So I had to use
$ sudo apt-get install python2.6-dev 

--
View this message in context: 
http://plone.293351.n2.nabble.com/Plone-4-1-2UnifiedInstaller-fails-on-Ubuntu-11-10-tp6907505p6945602.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.
_______________________________________________
Setup mailing list
[email protected]
https://lists.plone.org/mailman/listinfo/plone-setup

Reply via email to