You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Tuomas Salo <tu...@optinet.fi> on 2001/02/13 15:54:44 UTC

build/7240: configure: --permute-module & --activate-module seem to drop a mod_proxy from configuration

>Number:         7240
>Category:       build
>Synopsis:       configure: --permute-module & --activate-module seem to drop a mod_proxy from configuration
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Tue Feb 13 07:00:02 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     tuomas@optinet.fi
>Release:        1.3.17
>Organization:
apache
>Environment:
Linux RH7, kernel 2.2.16-22. gcc-2.95.3, egcs-2.91.66. GNU Awk 3.0.6
>Description:
The 'configure' script seems to drop mod_proxy from configuration when including mod_macro.c (or any other third party module, I suspect) using the three options:
./configure \
  --enable-module=proxy \
  --activate-module=src/modules/extra/mod_macro.c \
  --permute-module=proxy:macro

'configure' will not output the line:
"Creating Makefile in src/modules/proxy"

Everything works fine without the --permute-module option.
>How-To-Repeat:
tar xfvz wherever/apache_1.3.17.tar.gz 
cp wherever/mod_proxy_add_forward.c apache_1.3.17/src/modules/extra/
cd apache_1.3.17
./configure \
  --enable-module=proxy \
  --activate-module=src/modules/extra/mod_macro.c \
  --permute-module=proxy:macro
>Fix:
The problem might be (if not in my head) in the configure script: in an Awk block starting at line 1436.
>Release-Note:
>Audit-Trail:
>Unformatted:
 [In order for any reply to be added to the PR database, you need]
 [to include <ap...@Apache.Org> in the Cc line and make sure the]
 [subject line starts with the report component and number, with ]
 [or without any 'Re:' prefixes (such as "general/1098:" or      ]
 ["Re: general/1098:").  If the subject doesn't match this       ]
 [pattern, your message will be misfiled and ignored.  The       ]
 ["apbugs" address is not added to the Cc line of messages from  ]
 [the database automatically because of the potential for mail   ]
 [loops.  If you do not include this Cc, your reply may be ig-   ]
 [nored unless you are responding to an explicit request from a  ]
 [developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]