Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 2nd, 2012  |  syntax: None  |  size: 1.07 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. rc@loft2686:~/Plone-4.0b3-UnifiedInstaller$ ./install.sh zeo
  2.  
  3. ZEO Cluster Install selected
  4.  
  5. Detailed installation log being written to /home/rc/Plone-4.0b3-UnifiedInstaller/install.log
  6.  
  7. zlib needed: yes
  8.  
  9. Unable to find openssl/ssl.h.
  10. If you wish to build without SSL support, run install.sh again with
  11. --without-ssl flag.
  12. Otherwise, install your platform's openssl-dev libraries and headers
  13. and try again.
  14. Rootless install method chosen. Will install for use by system user rc
  15.  
  16. Installing Plone 4.0b3 at /home/rc/Plone
  17.  
  18. Compiling and installing local zlib ...
  19. Compiling and installing jpeg local libraries ...
  20. Compiling and installing readline local libraries ...
  21. Installing Python 2.6.5. This takes a while...
  22. Traceback (most recent call last):
  23.   File "<string>", line 1, in <module>
  24. LookupError: unknown encoding: zip
  25. Python zlib support is missing; something went wrong in the zlib or python build.
  26.  
  27. Installation has failed.
  28. See the detailed installation log at /home/rc/Plone-4.0b3-UnifiedInstaller/install.log
  29. to determine the cause.
  30. rc@loft2686:~/Plone-4.0b3-U