Received: (qmail 73289 invoked by uid 501); 31 Jan 2002 16:08:09 -0000 Message-Id: <20020131160809.73288.qmail@apache.org> Date: 31 Jan 2002 16:08:09 -0000 From: Clay Campbell Reply-To: clay@incogen.com To: submit@bugz.apache.org Subject: configure argument --prefix must be after the --activate argument X-Send-Pr-Version: 3.110 >Number: 9666 >Category: config >Synopsis: configure argument --prefix must be after the --activate argument >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Thu Jan 31 08:10:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: clay@incogen.com >Release: 1.3.23 >Organization: apache >Environment: *NIX specifically linux red 7.2 or solaris 7 - 8 >Description: I haven't run into this problem in previous versions of configure for apache. I think it started in versions 1.3.2x. I must put the --prefix argument last in the configure command call, otherwise I get : Configuring for Apache, Version 1.3.23 + using installation path layout: Apache (config.layout) configure:Error: invalid option '--activate-module=src/modules/php4/libphp4.a' which I thought to be an error in my initial apache build, but after all kinds of wasted time, I found that it was the order of the arguments. I know this is a small problem, but to a newbie like me ( 2 years of experience installing these packages ) it was a big waste of my time. What happened? >How-To-Repeat: ./configure --prefix=/mnt/disk2/incnet/apache --activate-module=src/modules/php4/libphp4.a >Fix: ./configure --activate-module=src/modules/php4/libphp4.a --prefix=/mnt/disk2/incnet/apache >Release-Note: >Audit-Trail: >Unformatted: [In order for any reply to be added to the PR database, you need] [to include 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! ]