CentOS Apache 2 FastCGI PHP Configuration Problem

paksociety

Verified User
Joined
Jul 11, 2013
Messages
89
while trying to instaa CentOS Apache 2 FastCGI PHP Configuration
i do the following procedure
# yum install libtool httpd-devel apr-devel apr
Next, grab the latest mod_fastcgi source code, enter:
# cd /opt
# wget http://www.fastcgi.com/dist/mod_fastcgi-current.tar.gz

Untar tar ball, type:
# tar -zxvf mod_fastcgi-current.tar.gz
# cd mod_fastcgi-2.4.6/
Make a copy of Makefile.AP2, enter:
# cp Makefile.AP2 Makefile

Compile and install mod_fastcgi for 64 bit system, enter:
# make top_dir=/usr/lib64/httpd
# make install top_dir=/usr/lib64/httpd


on this level got two problems
first on command # cp Makefile.AP2 Makefile
i have to overwrite makefile and i dont know what to do i typed "yes" and press ok. dont know it over write the file or not.

Next with this command
# make top_dir=/usr/lib64/httpd
got this error

Makefile:12: /usr/lib64/httpd/build/special.mk: No such file or directory
make: *** No rule to make target `/usr/lib64/httpd/build/special.mk'.

Kindly Suggest me what to do

Regards
 
You should use custobuild 2.x to install PHP FastCGI.

If you are not using Directadmin at all, then you'd better try your luck on another forums.
 
Back
Top