PDA

View Full Version : Installing mod_fastcgi - help!



Demio
08-13-2007, 03:33 PM
Hey guys, I'm installing mod_fastcgi, but it says this:

Makefile:12: /usr/lib/httpd/build/special.mk: No such file or directory

But I just installed Apache 2.2 with custombuild, what's up with that?

And since I can't install httpd-devel with yum because directadmin adds httpd to ignore how do I fix this?

Thanks,
Carlos Lage

hehachris
08-14-2007, 12:26 AM
You should install mod_fcgid instead of mod_fcgi for Apache 2.2
OUr daplugin.build script can do that for you: http://forum.daplugin.com/index.php/topic,7.0.html

Demio
08-14-2007, 07:36 AM
Well don't worry, I managed to install mod_fcgi after a couple of hours of work.

What's the main difference between those two by the way?