Hi Fred,
That's exactly what I meant by patched (as we may consider that mod_ssl is
not more than a patch applied to Apache source to modify it.
I just keep getting that error.
Please, help if you can.
Thanx
"Frederic DONNAT"
<frederic.donnat@z Pour : <[EMAIL PROTECTED]>
encod.com> cc :
Objet : RE: Problem with ssl
23/07/2002 18:45
Hi Abdel
What do you mean by "patched"?
The classic way is :
[root]# cd mod_ssl-2.8.10-1.3.26
[root]# ./configure --prefix=/path_where_to_install_apache \
--with-apache=/path_to_apache_src --with-ssl=/path_to_openssl_src
[root]# cd /path_to_apache_src
[root]# make
[root]# make install
That's for a dynamic build.
Type the following command line before for a static one:
export LDFLAGS="-ldl"
Be sure to have the rigth openssl installed.
Hope it will help
Fred
-----Original Message-----
From:�� [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent:�� Tue 07/23/2002 5:06 PM
To:���� [EMAIL PROTECTED]
Cc:���� [EMAIL PROTECTED]
Subject:������� Problem with ssl
*Hi all
I'm trying to get mod_ssl work with Apache on RedHat 7.2, with Apache
1.3.26 & mod_ssl-2.8.10-1.3.26
I just keep getting an error on line 76 of the mod_ssl.c while compiling
apache (patched with mod_ssl)
which is :
--------------------------------------------------------------------------------------------------
�*� identify the module to SCCS `what' and RCS `ident' commands
�*/
static char const sccsid[] = "@(#) mod_ssl/" MOD_SSL_VERSION " >";
static char const rcsid[]� = "$Id: mod_ssl/" MOD_SSL_VERSION " $";
--------------------------------------------------------------------------------------------------
Just followed many procedures and the error remain the same.
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)������������������ www.modssl.org
User Support Mailing List��������������������� [EMAIL PROTECTED]
Automated List Manager��������������������������� [EMAIL PROTECTED]
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]