You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by David Hilbig <da...@hilbig.org> on 2000/11/28 00:50:02 UTC

config/6900: make apxs does not substitute all key variables

>Number:         6900
>Category:       config
>Synopsis:       make apxs does not substitute all key variables
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          support
>Submitter-Id:   apache
>Arrival-Date:   Mon Nov 27 16:00:03 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     david@hilbig.org
>Release:        1.3.14
>Organization:
apache
>Environment:
Slackware Linux version 7.1
>Description:
1. path to perl in this environment is /usr/bin/perl
2. When NOT using APACI installation five variables are not substituted,
my $CFG_PREFIX        = q(@prefix@);            # substituted via APACI install
my $CFG_SBINDIR       = q(@sbindir@);           # substituted via APACI install
my $CFG_INCLUDEDIR    = q(@includedir@);        # substituted via APACI install
my $CFG_LIBEXECDIR    = q(@libexecdir@);        # substituted via APACI install
my $CFG_SYSCONFDIR    = q(@sysconfdir@);        # substituted via APACI install
>How-To-Repeat:
Use old ./Configure option in src/ (not APACI)
do "make apxs" in src/support.
>Fix:
Unsure how to fix, but include comments within apxs as to what the variables should be.
>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!     ]