>
>
> I have got through 5 issues on your instructions so far:
>
>
> 'force-reload' not recognised so removed from uwsgi
>
>
Didn't test that command, it came with the example uwsgi startup script, 
but I think there's no need of it

'tar's had '-zxvf' as options, changed to 'zxvf'
>
tar man page examples use dash, perhaps it accepts both syntaxes. 

'cp -R ./$version/* /opt/uwsgi-python/*'
>
> changed to 
>
> 'cp -R ./$version/* /opt/uwsgi-python'
>
>
The second argument of cp is not a valid location. My bad.
 

> after 
>
> "cd /opt/uwsgi-python
>
> echo 'build using python 2.7'
> python2.7 setup.py build"
>
> I get ImportError no module named setuptools.
>
>
The setup script must be trying to import python libraries not installed, 
However, that command is not mandatory for building uwsgi. It should be 
enough to call

python2.7 uwsgiconfig.py --build

If that command builds uwsgi successfully under /opt/uwsgi-python, the script 
start command should work

-- 



Reply via email to