How to setup a FastCGI development environment in CentOS 6
Install the development environment
Install the C/C++ development tools to your server:
1yum install gcc gcc-c++ autoconf automake
Now, before installing fcgi we need to add the epel repository:
1rpm -Uvh …