On Sun, Nov 22, 1998, Bob Berman wrote:
> I followed the INSTALL document in mod_ssl 2.1.0-1.3.3 exactly and have built
> and installed Apache many times before, so I think I did things right. I
> built and installed rsaref 2.0, SSLeay 0.9.0b and ran make test when appropriate.
>
> Anyway, I finally got my apache httpd rebuilt (it was running fine before without
> mod_ssl, etc.). But when I go to start it up I get a simple:
>
> Segmentation fault
>
> 305-> /usr/local/apache/sbin/httpd -l
> Compiled-in modules:
> http_core.c
> mod_rewrite.c
> mod_so.c
> mod_perl.c
> mod_php3.c
> mod_jserv.c
Ops, that's a lot of third-party modules. BTW, why do you think the segfault
is actually caused by mod_ssl?
> 306-> /usr/local/apache/sbin/httpd -v
> Server version: Apache/1.3.3 (Unix)
> Server built: Nov 22 1998 12:02:10
>
> 307-> /usr/local/apache/sbin/httpd -t
> Segmentation fault
>
> At this point, I haven't modified any of my conf files - I just want to
> make sure httpd will run as before. Which it won't. I can't even fire it
> up without any flags. Any ideas on where I can go from here? Has anyone
> gotten this to work - I have Linux 2.0.35 gcc version 2.7.2.3, FWIW.
Do I understand you correctly. The httpd you try is a httpd where you built
mod_ssl as a DSO but your conf files still have no LoadModule line for
libssl.so, right? Ok, and what about other DSOs? Please remember (from the
INSTALL file) that you have to rebuild _all_ existing DSOs because under
mod_ssl 2.1.0 the EAPI is used and here the record size of the `module'
structure is different. So make sure you've rebuilt any existing DSOs. Because
when you don't have libssl.so loaded there is still no SSL code in your httpd.
Only EAPI exists. So I guess it's a problem with EAPI and existing DSOs....
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw/mod_ssl/
Official Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]