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 wr
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 --p
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 securelist
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]>
wrote:
> I'm trying to compile ap
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:
# ./configu