This isn't an actual idea as such, but I've so far been unable to build
Apache 1.3.22 mod_ssl 2.8.5 on RedHat 7.1. I've yet to attempt it on 7.2
(although I'm starting the upgrade of all our machines to 7.2 today). I
think I'll run into the same problems. Apache 1.3.22 mod_ssl 2.8.4 compiles
fine on RedHat 6.2!

However, I note that RedHat 7.2 comes with Apache 1.3.20 mod_ssl 2.8.4
(funny how it's always one version behind!). Unless you have compelling
reasons to be running the very latest, what comes out of the RedHat box is
probably sufficient. Especially as most of the changes between 1.3.20 and
1.3.22 are for Windows anyway.

Incidentally, did you install the openssl-devel RPM package? Without that
you can't compile Apache-mod_ssl.

- 
John Airey
Internet systems support officer, ITCSD, Royal National Institute for the
Blind,
Bakewell Road, Peterborough PE2 6XU,
Tel.: +44 (0) 1733 375299 Fax: +44 (0) 1733 370848 [EMAIL PROTECTED] 


>-----Original Message-----
>From: Dean Hall [mailto:[EMAIL PROTECTED]]
>Sent: 29 October 2001 18:45
>To: [EMAIL PROTECTED]
>Subject: 
>
>
>I am having trouble running Apache with mod_ssl:
>
>[root@yggdrasill bin]# /usr/local/apache/bin/apachectl startssl
>/usr/local/apache/bin/apachectl: line 184: 4921 Segmentation 
>fault (core
>dumped) $HTTPD -DSSL
>/usr/local/apache/bin/apachectl startssl: httpd could not be started
>
>The error_log shows the following:
>
>[notice] Apache/1.3.22 (Unix) configured -- resuming normal operations
>[notice] Accept mutex: sysvsem (Default: sysvsem)
>[notice] caught SIGTERM, shutting down
>
>I am running:
>
>- RedHat Linux 7.2
>- 2.4.9-7 kernel
>- openssl-0.9.6b-8
>- Apache 1.3.22
>    * mod_ssl 2.8.5-1.3.22 (compiled into source tree)
>    * mm 1.1.3
>    * php 4.0.6 (compiled as a DSO)
>        > mhash 0.8.11
>        > libmcrypt 2.4.17 (mcrypt 2.5.10) -- dropped this from PHP as
>Apache wouldn't start with it
>        > mysql 3.23.41-1
>
>Here's how I compiled and/or installed Apache and related things, BTW:
>
>openssl: Installed RPM
>
>mm:
>./configure; make; make install
>
>mod_ssl:
>./configure \
>    --with-apache=../$APACHE_SRC_DIR \
>    --with-ssl \
>    --with-rsa \
>    --with-mm=../$MM_SRC_DIR
>    --enable-shared=ssl
>
>apache:
>./configure \
>    --enable-module=ssl \
>    --enable-module=proxy \
>    --enable-shared=proxy \
>    --enable-module=rewrite \
>    --enable-shared=rewrite \
>    --enable-shared=ssl \
>    --enable-rule=SHARED_CORE \
>    --enable-rule=SHARED_CHAIN \
>    --enable-module=so
>make; make certificate; make install
>
>(These might not be important as they only pertain to the PHP DSO:)
>
>mhash:
>./configure; make; make check; make install; make distclean
>
>php:
>./configure \
>    --with-config-file-path=/usr/local/apache/conf \
>    --with-apxs=/usr/local/apache/bin/apxs \
>    --with-pear=/usr/local \
>    --with-zlib \
>    --with-openssl \
>    --with-ldap \
>    --with-mhash \
>    --with-mysql
>make; make install
>
>I'm not dealing with a custom httpd.conf yet. I'm just using 
>the default one
>for now -- until I can get it to start.
>
>Any ideas?
>Dean.
>
>
>______________________________________________________________________
>Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
>User Support Mailing List                      [EMAIL PROTECTED]
>Automated List Manager                            [EMAIL PROTECTED]
>

- 

NOTICE: The information contained in this email and any attachments is 
confidential and may be legally privileged. If you are not the 
intended recipient you are hereby notified that you must not use, 
disclose, distribute, copy, print or rely on this email's content. If 
you are not the intended recipient, please notify the sender 
immediately and then delete the email and any attachments from your 
system.

RNIB has made strenuous efforts to ensure that emails and any 
attachments generated by its staff are free from viruses. However, it 
cannot accept any responsibility for any viruses which are 
transmitted. We therefore recommend you scan all attachments.

Please note that the statements and views expressed in this email 
and any attachments are those of the author and do not necessarily 
represent those of RNIB.

RNIB Registered Charity Number: 226227

Website: http://www.rnib.org.uk 

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to