[EMAIL PROTECTED] configure apache fail with cannot access mod_security.c

2006-09-20 Thread Roshan Perera
Hi, Please cc me on [EMAIL PROTECTED] .. trying to configure apache 2.2.3 with mod_security 1.9.4 my configure looks like this.. [EMAIL PROTECTED] $ pwd /export/home/pererar/apache/httpd-2.2.3/ [EMAIL PROTECTED] $ ls -al modules/proxy/mod_security.c -rw-r--r-- 1 pererar cmusers 302164

Re: [EMAIL PROTECTED] configure apache fail with cannot access mod_security.c

2006-09-20 Thread Ben
Try ./buildconf before you run ./configure On 20 Sep 2006, at 16:16, Roshan Perera wrote: Hi, Please cc me on [EMAIL PROTECTED] .. trying to configure apache 2.2.3 with mod_security 1.9.4 my configure looks like this.. [EMAIL PROTECTED] $ pwd /export/home/pererar/apache/httpd-2.2.3/

Re: [EMAIL PROTECTED] configure apache fail with cannot access mod_security.c

2006-09-20 Thread Roshan Perera
to build APR from SVN. ./buildconf failed for apr [EMAIL PROTECTED] $ Is there any other way ? - Original Message - From: Ben [EMAIL PROTECTED] Date: Wednesday, September 20, 2006 4:21 pm Subject: Re: [EMAIL PROTECTED] configure apache fail with cannot access mod_security.c To: users

Re: [EMAIL PROTECTED] configure apache fail with cannot access mod_security.c

2006-09-20 Thread Ben
, September 20, 2006 4:21 pm Subject: Re: [EMAIL PROTECTED] configure apache fail with cannot access mod_security.c To: users@httpd.apache.org Try ./buildconf before you run ./configure On 20 Sep 2006, at 16:16, Roshan Perera wrote: Hi, Please cc me on [EMAIL PROTECTED] .. trying

Re: [EMAIL PROTECTED] configure apache fail with cannot access mod_security.c

2006-09-20 Thread Joshua Slive
On 9/20/06, Roshan Perera [EMAIL PROTECTED] wrote: configure -enable-security \ --with-module=proxy:mod_security.c There is clearly a typo in the mod_security docs. That should be --enable-security (two dashes). but I don't know whether that explains your problem or not. Joshua.

Re: [EMAIL PROTECTED] configure apache fail with cannot access mod_security.c

2006-09-20 Thread Roshan Perera
Thanks but tried with -- (two dashes) as well. Rgds Roshan - Original Message - From: Joshua Slive [EMAIL PROTECTED] Date: Wednesday, September 20, 2006 4:54 pm Subject: Re: [EMAIL PROTECTED] configure apache fail with cannot access mod_security.c To: users@httpd.apache.org On 9/20

Re: [EMAIL PROTECTED] configure apache fail with cannot access mod_security.c

2006-09-20 Thread Roshan Perera
, 2006 4:52 pm Subject: Re: [EMAIL PROTECTED] configure apache fail with cannot access mod_security.c To: users@httpd.apache.org IIRC not if you are building from svn Try building from a tarball instead? On 20 Sep 2006, at 16:39, Roshan Perera wrote: I tried that but failed with. Python