Problemas com as configurações do Uwsgi

3

Eu tenho um uwsgi ini que se parece com isso:

[uwsgi]

socket = :8001
processes = 4
master = true
wsgi-file = /project/dev/myproject/conf/deployment/wsgi/dev/myproject-site.wsgi
harakiri = 30
daemonize = /logs/log/myproject/myproject-uwsgi.log
uid = www-data
gid = www-data
plugins-dir = /usr/lib/uwsgi/plugins
plugins = python34

Parece que estou tendo problemas para carregar o plug-in python34:

found fd 3 mapped to socket 0 (:8001)
running /usr/local/bin/uwsgi
*** has_emperor mode detected (fd: 5) ***
[uWSGI] getting INI configuration from /project/dev/myproject/conf/deployment/wsgi/dev/myproject.ini
open("./python34_plugin.so"): No such file or directory [core/utils.c line 3675]
!!! UNABLE to load uWSGI plugin: ./python34_plugin.so: cannot open shared object file: No such file or directory !!!
*** Starting uWSGI 2.0.8 (64bit) on [Tue Nov 18 09:08:10 2014] ***
compiled with version: 4.8.2 on 18 November 2014 08:18:15

No entanto, o arquivo parece estar localizado onde estou dizendo:

me@BF-WEB02:/usr/lib/uwsgi/plugins$ ls -l /usr/lib/uwsgi/plugins/python34_plugin.so 
-rw-r--r-- 1 root root 165216 Mar 23  2014 /usr/lib/uwsgi/plugins/python34_plugin.so

Eu instalei o uwsgi inicialmente com pip. Obrigado antecipadamente.

    
por James R 18.11.2014 / 15:17

0 respostas