Why can't I compile mod_fastcgi ??
Bob Marcum <[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Organization | BCScomputers |
| Message-ID | <[email protected]> |
Using Fedora Core 5. Downloaded mod_fastcgi-2.4.2.tar.gz; unpacked; copied Makefile.AP2 to be Makefile (using httpd-2.2.2); edited the Makefile to reflect the correct path to httpd-2.2.2; executed 'make' ... get these errors: # make /usr/lib/apr-1/build/libtool --silent --mode=compile gcc -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/usr/local/Apache.org/apacheWebServer/httpd-2.2.2/include -I. -I/usr/include/apr-1 -prefer-pic -c mod_fastcgi.c && touch mod_fastcgi.slo mod_fastcgi.c: In function 'init_module': mod_fastcgi.c:270: error: 'ap_null_cleanup' undeclared (first use in this function) mod_fastcgi.c:270: error: (Each undeclared identifier is reported only once mod_fastcgi.c:270: error: for each function it appears in.) mod_fastcgi.c: In function 'process_headers': mod_fastcgi.c:725: warning: return makes pointer from integer without a cast mod_fastcgi.c:729: warning: assignment makes pointer from integer without a castmod_fastcgi.c:739: warning: assignment makes pointer from integer without a castmod_fastcgi.c:768: warning: initialization makes pointer from integer without a cast mod_fastcgi.c:838: warning: return makes pointer from integer without a cast mod_fastcgi.c:842: warning: return makes pointer from integer without a cast ... and a whole bunch more! mod_fastcgi.c:2749: warning: assignment makes pointer from integer without a cast mod_fastcgi.c:2765: warning: comparison between pointer and integer mod_fastcgi.c: In function 'check_access': mod_fastcgi.c:2809: warning: assignment makes pointer from integer without a cast mod_fastcgi.c:2826: warning: comparison between pointer and integer make: *** [mod_fastcgi.slo] Error 1 Whas' hoppening ?? Thanks. ___________________________________ fastcgi-developers mailing list http://fastcgi.com/fastcgi-developers/