I am attempting to build fastcgi on a Linux Ubuntu 10.x machine.
I run the following commands:
./configure make
and I get the following error:
I had the same problem on Ubuntu 11.10 Linux 64bit. Following most of @paercebal's advice I created the following patch which resolved the problem:
--- include/fcgio.h 2012-01-23 15:23:51.136063795 +0000
+++ include/fcgio.h 2012-01-23 15:22:19.057221383 +0000
@@ -31,6 +31,7 @@
#define FCGIO_H
#include
+#include
#include "fcgiapp.h"