Re: [mod-security-users] Compilation error on v1.9.2-rc1
Brought to you by:
victorhora,
zimmerletw
|
From: Zach R. <ad...@li...> - 2005-12-21 04:48:38
|
Commenting out line 694 will fix that. For example: /* static void my_call_exec(request_rec *r, child_info *pinfo, char *command, char **env); */ Other than that I havn't noticed any errors when following the instructions in the manual and the speed increase is immediately noticable from my tests. Zach K. C. Li wrote: >I am trying to compile version 1.9.2-rc1 with Apache1 but received the >following error: > >===> src/modules/extra >gcc -c -I../../os/unix -I../../include -I/usr/src/openssl-0.9.8/include >-O2 -DLINUX=22 -DTARGET=\"httpsd\" -I/usr/include/db1 -DUSE_EXPAT >-I../../lib/expat-lite -DNO_DL_NEEDED -DAPACHE_SSL `../../apaci` >mod_security.c >mod_security.c:710: conflicting types for `my_call_exec' >mod_security.c:694: previous declaration of `my_call_exec' >make[4]: *** [mod_security.o] Error 1 > >Regards, > >Kwong Li >London > > > >------------------------------------------------------- >This SF.net email is sponsored by: Splunk Inc. Do you grep through log files >for problems? Stop! Download the new AJAX search engine that makes >searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click >_______________________________________________ >mod-security-users mailing list >mod...@li... >https://lists.sourceforge.net/lists/listinfo/mod-security-users > > |