https://issues.apache.org/bugzilla/show_bug.cgi?id=45221
Summary: WARNING: Unrecognized options: for known options
Product: Apache httpd-2
Version: 2.2.9
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
[EMAIL PROTECTED] ~/tmp/httpd-2.2.9 % ./configure --prefix=${_prefix} \
\
--localstatedir=${_localstate}/apache \
--datadir=${_data}/apache \
--libexecdir=${_libexec}/apache \
--sysconfdir=${_sysconf}/apache \
--with-ldap \
--with-pcre=/usr \
--with-program-name=httpd-worker --with-mpm=worker \
--with-included-apr \
--enable-mods-shared="all ssl ldap cache proxy authn_alias
mem_cache file_cache authnz_ldap charset_lite dav_lock disk_cache" | ack -i
warning
configure: WARNING: Unrecognized options: --with-ldap
configure: WARNING: Unrecognized options: --with-ldap, --with-pcre,
--with-program-name, --with-mpm, --with-included-apr, --enable-mods-shared
config.status: WARNING: 'apr-config.in' seems to ignore the --datarootdir
setting
configure: WARNING: Unrecognized options: --with-ldap, --with-pcre,
--with-program-name, --with-mpm, --with-included-apr, --enable-mods-shared
configure: WARNING: Unrecognized options: --with-pcre, --with-program-name,
--with-mpm, --with-included-apr, --enable-mods-shared
configure: WARNING: Unrecognized options: --with-pcre, --with-program-name,
--with-mpm, --with-included-apr, --enable-mods-shared
configure: WARNING: Unrecognized options: --with-ldap
This seems to be a regression issue, as I cannot reproduce it with the 2.2.8
tar ball:
[EMAIL PROTECTED] ~/tmp/httpd-2.2.8 % ./configure --prefix=${_prefix} \
\
--localstatedir=${_localstate}/apache \
--datadir=${_data}/apache \
--libexecdir=${_libexec}/apache \
--sysconfdir=${_sysconf}/apache \
--with-ldap \
--with-pcre=/usr \
--with-program-name=httpd-worker --with-mpm=worker \
--with-included-apr \
--enable-mods-shared="all ssl ldap cache proxy authn_alias
mem_cache file_cache authnz_ldap charset_lite dav_lock disk_cache" | ack -i
warning
config.status: WARNING: apr-config.in seems to ignore the --datarootdir
setting
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]