Hi, Building fastcgi on master gives this error: fastcgi.c: In function 'fcgi_handle_cgi_header': fastcgi.c:75: warning: implicit declaration of function 'strndup' fastcgi.c:75: warning: incompatible implicit declaration of built-in function 'strndup'
According to the man page, on glibc < 2.10, you need to define _GNU_SOURCE before including string.h. - Lauri _______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
