Hi all, I've just tried to run the script on a VM (ubuntu 12.04.1). The 
compilation of uwsgi failed:

*** uWSGI linking ***

gcc -pthread -o /usr/local/bin/uwsgi  core/utils.o core/protocol.o 
core/socket.o core/logging.o core/master.o core/master_utils.o 
core/emperor.o core/notify.o core/mule.o core/subscription.o core/stats.o 
core/sendfile.o core/offload.o core/setup_utils.o core/clock.o core/init.o 
core/buffer.o core/plugins.o core/lock.o core/cache.o core/daemons.o 
core/queue.o core/event.o core/signal.o core/cluster.o core/rpc.o 
core/gateway.o core/loop.o lib/rbtree.o core/rb_timers.o core/uwsgi.o 
proto/base.o proto/uwsgi.o proto/http.o proto/fastcgi.o lib/linux_ns.o 
core/async.o core/ini.o core/yaml.o core/snmp.o core/xmlconf.o 
core/spooler.o plugins/python/python_plugin.o plugins/python/pyutils.o 
plugins/python/pyloader.o plugins/python/wsgi_handlers.o 
plugins/python/wsgi_headers.o plugins/python/wsgi_subhandler.o 
plugins/python/web3_subhandler.o plugins/python/pump_subhandler.o 
plugins/python/gil.o plugins/python/uwsgi_pymodule.o 
plugins/python/profiler.o plugins/python/symimporter.o 
plugins/python/tracebacker.o plugins/gevent/gevent.o 
plugins/ping/ping_plugin.o plugins/cache/cache.o plugins/nagios/nagios.o 
plugins/rrdtool/rrdtool.o plugins/carbon/carbon.o plugins/rpc/rpc_plugin.o 
plugins/corerouter/cr_common.o plugins/corerouter/cr_map.o 
plugins/corerouter/corerouter.o plugins/fastrouter/fastrouter.o 
plugins/http/http.o plugins/ugreen/ugreen.o plugins/signal/signal_plugin.o 
plugins/syslog/syslog_plugin.o plugins/rsyslog/rsyslog_plugin.o 
plugins/logsocket/logsocket_plugin.o plugins/router_uwsgi/router_uwsgi.o 
plugins/router_redirect/router_redirect.o 
plugins/router_basicauth/router_basicauth.o plugins/zergpool/zergpool.o 
plugins/redislog/redislog_plugin.o plugins/mongodblog/mongodblog_plugin.o 
plugins/router_rewrite/router_rewrite.o plugins/router_http/router_http.o 
plugins/logfile/logfile.o plugins/router_cache/router_cache.o 
plugins/rawrouter/rawrouter.o -lpthread -lm -rdynamic -ldl -lssl -lcrypto 
-L/usr/lib/x86_64-linux-gnu -lxml2 -lpthread -ldl -lutil -lm 
-L/usr/lib/python2.7/config -lpython2.7 -lcrypt

*** error linking uWSGI ***

----------------------------------------
Command /usr/bin/python -c "import 
setuptools;__file__='/tmp/pip-build/uwsgi/setup.py';exec(compile(open(__file__).read().replace('\r\n',
 
'\n'), __file__, 'exec'))" install --record 
/tmp/pip-lRnXgl-record/install-record.txt 
--single-version-externally-managed failed with error code 1 in 
/tmp/pip-build/uwsgi

Exception information:
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/pip/basecommand.py", line 
107, in main
    status = self.run(options, args)
  File "/usr/local/lib/python2.7/dist-packages/pip/commands/install.py", 
line 261, in run
    requirement_set.install(install_options, global_options)
  File "/usr/local/lib/python2.7/dist-packages/pip/req.py", line 1166, in 
install
    requirement.install(install_options, global_options)
  File "/usr/local/lib/python2.7/dist-packages/pip/req.py", line 589, in 
install
    cwd=self.source_dir, filter_stdout=self._filter_install, 
show_stdout=False)
  File "/usr/local/lib/python2.7/dist-packages/pip/util.py", line 612, in 
call_subprocess
    % (command_desc, proc.returncode, cwd))
InstallationError: Command /usr/bin/python -c "import 
setuptools;__file__='/tmp/pip-build/uwsgi/setup.py';exec(compile(open(__file__).read().replace('\r\n',
 
'\n'), __file__, 'exec'))" install --record 
/tmp/pip-lRnXgl-record/install-record.txt 
--single-version-externally-managed failed with error code 1 in 
/tmp/pip-build/uwsgi


Maybe something is missing?
Moreover, I don't like the fact that it tries to make a dist-upgrade

Regards, 
Paolo


On Wednesday, December 19, 2012 1:11:06 AM UTC+1, Arnon Marcus wrote:
>
> Hey guys, I'm also using web2py and redmine, and was concidering moving 
> it into a linux-based VM and running it with nginx. Good to know your on 
> it. Keep up the good work - I'm a neub in linux-land...
>
> Couple of questions:
> 1. Are you using postgreSQL in this thing?
> 2. How can one replicate your achievement ones it works?
> 3. I saw that BitNami has an ubuntu image of RedMine with MySQL with 
> optionally choosing nginex as the web-server, and also a PostgreSQL 
> plugin for these stacks (they also have a "Redmine on Postgres" stack, if I 
> remember, but I think that combination doesn't exist for the ubuntu-image 
> flavor, oddly enough...). Can that be used as a base for your configuration 
> for integrating web2py support on-top of it?
>
> On Tuesday, December 18, 2012 6:23:18 AM UTC-8, Richard wrote:
>>
>> I will, when I finish my research.
>>
>> I am planning to write a slice about deployment of Redmine beside Web2py 
>> with Nginx. So until I finish my Nginx config in case I found other tweaks, 
>> I wait for testing the script again. But I have a fresh VM in place that I 
>> can clone rapidly to for testing purpose, so when I am ready, it will not 
>> be a big task.
>>
>> :)
>>
>> Richard
>>
>> On Tue, Dec 18, 2012 at 4:17 AM, Niphlod <nip...@gmail.com> wrote:
>>
>>> At this point I did a bit of research.....
>>>
>>> https://github.com/ioerror/duraconf/blob/master/configs/nginx/nginx.conf
>>>
>>> updated the script to reflect those, but I can't test it. Can you please 
>>> ?
>>>
>>> -- 
>>>  
>>>  
>>>  
>>>
>>
>>

-- 



Reply via email to