and for that to work you need to have autoconf and libtool installed On 08-Oct-08, at 2:19 AM, sisternicky wrote:
You need to run "./buildconf" before your run "./configure --wheteveryouwant".Then the ./configure file will be built including those options and it willwork. Brad Isbell wrote:I'm trying to compile apache (httpd-2.2.9) with ssl support on CentOS 4.6.I run: # ./configure --prefix=/opt/apache2 --enable-ssl and I see: configure: WARNING: Unrecognized options: --enable-sslSo I figure maybe I would just enable all the modules with this command:# ./configure --prefix=/opt/apache2 --enable-modules=all and I see: configure: WARNING: Unrecognized options: --enable-modulesIn order to configure ssl support I had to modify the configure scriptand make the following change: if test "${enable_ssl+set}" = set; then enableval=$enable_ssl else enable_ssl=no <----- I change this to enable_ssl=yes fi This last one seemed to work because after I run make I find the./modules/ssl directory which contains, among other files, a file calledmod_ssl.cI think this is what I want, but what am I doing wrong with the originalconfigure commands? ---------------------------------------------------------------------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-- View this message in context: http://www.nabble.com/Configure-Options-Not-Recognized-tp18343552p19866917.htmlSent from the Apache HTTP Server - Users mailing list archive at Nabble.com.---------------------------------------------------------------------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
--------------------------------------------------------------------- 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