RE: V 2.2.9: configure: WARNING: Unrecognized options: --enable-mod etc

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi ron,

I don't think --enable-mod is a valid argument to the configure command.
You should be specifying the module explicitly, e.g --enable-expires
etc..

To make it easier on yourself you could do what I do and put your
configure command line into a shell script called configure.sh, then you
can quickly make changes to this and re-run the configure.sh script. E.g
mine below:

# more configure.sh
./configure --prefix=/opt/app/apache2.2.8 \
--with-mpm=worker \
--with-ldap \
--with-ldap-lib=/usr/lib64 \
--with-ldap-include=/usr/include \
--enable-mods-shared=all \
--disable-charset-lite \
--disable-include \
--disable-env \
--disable-setenvif \
--disable-status \
--disable-autoindex \
--disable-asis \
--disable-cgi \
--disable-cgid \
--disable-negotiation \
--disable-imagemap \
--disable-actions \
--disable-userdir \
--disable-alias \
--enable-dir \
--enable-rewrite \
--enable-mime \
--enable-so \
--enable-logio \
--enable-expires \
--enable-headers \
--enable-authz_host \
--enable-authn_file \
--with-ssl=/usr/local/ssl \
--enable-mods-shared='actions alias asis auth_basic auth_digest
authn_alias auth
n_anon authn_dbd authn_dbm authn_default authnz_ldap authz_dbm
authz_default aut
hz_groupfile authz_owner authz_user autoindex cache cern_meta cgi cgid
charset_l
ite dav dav_fs dav_lock dbd deflate disk_cache dumpio echo env example
ext_filte
r file_cache filter ident imagemap include info isapi ldap log_forensic
mem_cach
e mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect
proxy_ftp
proxy_http setenvif speling ssl status suexec unique_id userdir
usertrack versio
n vhost_alias'


Capgemini is a trading name used by the Capgemini Group of companies which includes Capgemini UK plc, a company registered in England and Wales (number 943935) whose registered office is at No. 1 Forge End, Woking, Surrey, GU21 6DB.
This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux