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 securelisten (defualt is 443)
--with-sslc=DIR RSA SSL-C SSL/TLS toolkit
--with-ssl=DIR OpenSSL SSL/TLS toolkit
The command
# . /configure --with-modules=ssl
produces the following
configure: WARNING: Unrecognized options --with-modules
(Same thing happens when I use --enable-modules=ssl)
Carlos Eduardo Maiolino wrote:
Hey Brad,
I'm not use the apache in the last months, but, I think you can use
the --with-modules=ssl
try `./configure --help | less` to show all options and verify your
sintax ok ?
See you,
Bye.
On Tue, Jul 8, 2008 at 1:35 PM, Brad Isbell <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>> 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-ssl
So 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-modules
In order to configure ssl support I had to modify the configure
script and 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
called mod_ssl.c
I think this is what I want, but what am I doing wrong with the
original configure 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: [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>
" from the digest: [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>
--
Att.
--
Carlos Eduardo Maiolino
--
Brad Isbell
Seeds of Genius Corporation
Senior Systems Engineer
[EMAIL PROTECTED]
office: 301-617-4162
cell: 301-922-3571
fax: 301-617-4163
---------------------------------------------------------------------
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: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]