fastCGI在nginx和centOS中

我正在学习本教程,我已经知道如何运行/etc/init.d/phpfgci start命令。 但它给了我这个错误:

Starting service:spawn-fcgi: can't find user name nginx [root@Server /]# [FAILED] 

我直接从源代码安装nginx,而不是使用yum(教程使用yum)…可以这样的问题? 我不使用yum进行安装的原因是因为它不能提供nginx的更新版本。 我该如何解决?

创buildnginx用户:

 # /usr/sbin/useradd nginx -s /bin/false