Re: [Cppcms-users] how to run a cppcms example
Brought to you by:
artyom-beilis
From: Artyom <art...@ya...> - 2009-10-17 18:08:45
|
Take a look on this text: > Failed to locate server nginx, exitting > Try providing PATH valiable > You need to update PATH variable to make it wisible -- i.e. you need that command "which nginx" would find it. > my nginx installed in my directory: /home/zhen/app/nginx . So you probably need to do export PATH=/home/zhen/app/nginx/sbin:$PATH And try to run the script again. Artyom |