I've built a clean VM running Ubuntu Server 13.10 following the instructions 
you linked and first libssl-dev is missing from the dependencies list.  After I 
corrected that I attempted a buildout and got the following error.  I'm not 
using a virtualenv and building it in /opt/plumi.app.  Any ideas?
----------------------------------------
Installing plumisite.
Generated script '/opt/plumi.app/bin/plumisite'.
Installing auto-install-plumisite.
Traceback (most recent call last):
  File "/opt/plumi.app/bin/zeoserver", line 50, in <module>
    import plone.recipe.zeoserver.ctl
  File 
"/opt/plumi.app/eggs/plone.recipe.zeoserver-1.2.2-py2.7.egg/plone/recipe/zeoserver/__init__.py",
 line 9, in <module>
    import zc.recipe.egg
ImportError: No module named recipe.egg
While:
  Installing auto-install-plumisite.

An internal error occured due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
  File 
"/opt/plumi.app/eggs/zc.buildout-1.4.4-py2.7.egg/zc/buildout/buildout.py", line 
1683, in main
    getattr(buildout, command)(args)
  File 
"/opt/plumi.app/eggs/zc.buildout-1.4.4-py2.7.egg/zc/buildout/buildout.py", line 
555, in install
    installed_files = self[part]._call(recipe.install)
  File 
"/opt/plumi.app/eggs/zc.buildout-1.4.4-py2.7.egg/zc/buildout/buildout.py", line 
1227, in _call
    return f()
  File 
"/opt/plumi.app/eggs/collective.recipe.cmd-0.8-py2.7.egg/collective/recipe/cmd/__init__.py",
 line 48, in install
    self.execute()
  File 
"/opt/plumi.app/eggs/collective.recipe.cmd-0.8-py2.7.egg/collective/recipe/cmd/__init__.py",
 line 61, in execute
    run_commands(cmds, self.shell)
  File 
"/opt/plumi.app/eggs/collective.recipe.cmd-0.8-py2.7.egg/collective/recipe/cmd/__init__.py",
 line 33, in run_commands
    check_call('%s %s' % (shell, tmpfile), shell=True)
  File "/usr/lib/python2.7/subprocess.py", line 540, in check_call
    raise CalledProcessError(retcode, cmd)
CalledProcessError: Command 'sh /tmp/tmpXx80pq/run' returned non-zero exit 
status 1
*********************************************
Overwriting versions.cfg
*********************************************
---------------------------------

From: [email protected] [mailto:[email protected]] 
On Behalf Of Markos Gogoulos
Sent: Tuesday, January 07, 2014 4:15 PM
To: Discussion about software development on Plumi
Subject: Re: [plumi-discuss] Ubuntu 13.10 and Plumi 4.5 nginx install error

Hi,
I see you're trying plumi 4.5. Latest plumi is 4.5.1 and can be found on github 
- github.com/plumi/plumi.app<http://github.com/plumi/plumi.app>
I highly suggest that you try that!

Instructions are also improved, as you can see on 
https://github.com/plumi/plumi.app/blob/master/docs/INSTALL.rst
We've installed succesfully Plumi 4.5.1 on Ubuntu 13, so please try the latest 
version and let us know how it goes.

Cheers,
Markos

On Tue, Jan 7, 2014 at 7:42 PM, Chelf, Landon 
<[email protected]<mailto:[email protected]>> wrote:
I've followed the instructions in the 4.5 package for installation and during 
the buildout I get the following output.  I've verified the libxslt1 and 
libxml2 packages are installed and xslt is in /usr/include/libxslt so I also 
symlinked it to /usr/local/include/libxslt.  Any ideas how to resolve?  I've 
been working on this for the last hour or two without luck.

"
checking for OpenSSL library ... found
checking for zlib library ... found
checking for libxslt ... not found
checking for libxslt in /usr/local/ ... not found
checking for libxslt in /usr/pkg/ ... not found
checking for libxslt in /opt/local/ ... not found

./configure: error: the HTTP XSLT module requires the libxml2/libxslt
libraries. You can either do not enable the module or install the libraries.

nginx-build: Command failed with exit code 1: ./configure 
--prefix="/opt/plumi.app/parts/nginx-build" --with-http_ssl_module 
--with-http_xslt_module --with-http_stub_status_module 
--with-libxml2=/opt/plumi.app/parts/lxml/libxml2 
--with-libxslt=/opt/plumi.app/parts/lxml/libxslt/lib 
--with-pcre=/opt/plumi.app/parts/pcre-source 
--conf-path=/opt/plumi.app/templates/nginx/default.conf 
--error-log-path=/opt/plumi.app/var/log/main-error.log 
--pid-path=/opt/plumi.app/var/main.pid --lock-path=/opt/plumi.app/var/main.lock 
--add-module=/opt/plumi.app/parts/ngx_cache_purge 
--add-module=/opt/plumi.app/parts/ngx_upload_module
nginx-build: Compilation error. The package is left as is at 
/opt/plumi.app/parts/nginx-build__compile__/nginx-0.7.43 where you can inspect 
what went wrong
While:
  Installing nginx-build.
Error: System error"

_______________________________________________
Discuss mailing list
[email protected]<mailto:[email protected]>
http://lists.plumi.org/listinfo/discuss



--
https://unweb.me
state of the art information systems
_______________________________________________
Discuss mailing list
[email protected]
http://lists.plumi.org/listinfo/discuss

Reply via email to