Re: [EMAIL PROTECTED] Configure Options Not Recognized

2008-10-07 Thread sisternicky
You need to run ./buildconf before your run ./configure --wheteveryouwant. Then the ./configure file will be built including those options and it will work. Brad Isbell wrote: I'm trying to compile apache (httpd-2.2.9) with ssl support on CentOS 4.6. I run: # ./configure

Re: [EMAIL PROTECTED] Configure Options Not Recognized

2008-10-07 Thread Manik Taneja
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 will work. Brad Isbell

[EMAIL PROTECTED] Configure Options Not Recognized

2008-07-08 Thread Brad Isbell
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-ssl So I figure maybe I would just enable all the modules with this command: #

Re: [EMAIL PROTECTED] Configure Options Not Recognized

2008-07-08 Thread Brad Isbell
I've seen that before. That's why I thought I had the syntax correct. # ./configure -help | grep ssl --enable-ssl SSL/TLS support (mod_ssl) --enable-distcache Select distcache support in mod_ssl --with-sslport=SSLPORT Port on which to