Disabling FastCGI: why?

Added by Vincenzo Romano 6 months ago

I'm trying to recompile the git snapshot of Wt.
Despite I have installed /usr/include/fcgio.h, /usr/lib/libfcgi++.a, /usr/lib/libfcgi++.so, /usr/lib/libfcgi.a and /usr/lib/libfcgi.so,
cmake is disabling the support for FastCGI.
Why?
How can I fix this (as in the end I'll need it)?

TIA


Replies

RE: Disabling FastCGI: why? - Added by Koen Deforche 6 months ago

Hey Vincenzo,

You need to enable it in your CMakeCache.txt in your build directory or through the command line.
The CMake variable CONNECTOR_FCGI needs to be set to ON.

Regards,
koen

RE: Disabling FastCGI: why? - Added by Ted Smith 6 months ago

My slackware linux system does not have the files:

/usr/include/fcgio.h 
/usr/lib/libfcgi++.a
/usr/lib/libfcgi++.so
/usr/lib/libfcgi.a
/usr/lib/libfcgi.so

Where do they come from?