Guys,

Thanks for all your tips.  To address some suggestions/questions:

Carlos Ramirez: Test certificate created OK; started Apache with startssl
command

Mads Toftum: OS = Solaris 7, OpenSSL = 0.9.5a and I tried 0.9.6 beta
No core is dumped to be able to trace process

How I configured:

openssl (0.9.5a):
/config; make; make test; make install

mod_ssl (2.6.6+1.3.12):
/configure --with-apache=../apache_1.3.12

apache (1.3.12)
/configure

php(4.0.2)
CFLAGS='-I /usr/local/include/openssl'
/configure --with-apache=../apache_1.3.12 --with-oci8 --enable-track-vars;
make; make install

apache (1.3.12)
SSL_BASE=/usr/local
/configure --prefix=/www --activate-module=src/modules/php4/libphp4.a --ena
ble-module=ssl
make; make certificate; make install

Modify httpd.conf then run apachectl startssl.  All looks OK for a couple of
screens then bang.  It doesn't always start killing child pid's at the same
stage, although as previously mentioned, the child processes seem to die
together.

No rsaref library needed as I am not in the US and this is for an intranet
site.  Building with MM shared memory library makes no difference.

Jeff Gelina:
Your web page is superb!  There is something in there that solved my problem
and I now have it all running.  I don't exactly know what did it and when I
get a moment I will narrow it down.  I should now hit my 25/9 deadline.
Thanks a million, I owe you a beer!

-Clive

----- Original Message -----
From: "Jeff Gelina" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 18, 2000 7:40 PM
Subject: Re: Static modules


> Clive,
>     I know u probably don't want to do this, but check this out it may
help:
>
http://coinfotech.com/internetservices/TechnicalArchives/Apache+DSO+Mod_Fron
> tpage+Mod_SSL+Mod_Perl+PHP+Mod_auth_SQL+ASP+MP3+Webalizer.htm
> These are my notes on the installation of well you can see.  Anyway, I've
> built it about 20 times using these notes.  They will work.  At the least
> they may give some hint as to what your problem is.
> Jeff Gelina
> ----- Original Message -----
> From: "Clive Hughes" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, September 18, 2000 12:03 PM
> Subject: Re: Static modules
>
>
> > I believe I have now built it with static modules.  When I start Apache
I
> > see
> >
> > Apache/1.3.12 (Unix) PHP/4.0.2 mod_ssl/2.6.6 OpenSSL/0.9.5 ....
> >
> > in the Apache error_log
> >
> > and a httpd -l  shows me mod_ssl.c and mod_php4.c as compiled-in
modules.
> I
> > assume the OpenSSL part is statically linked, too, although I don't know
> how
> > to prove that.  I still get these sort of messages in my error_log,
> however
> >
> > [Mon Sep 18 18:40:47 2000] [notice] child pid 18628 exit signal Bus
Error
> > (10)
> > [Mon Sep 18 18:40:48 2000] [notice] child pid 18629 exit signal Bus
Error
> > (10)
> >
> > and this stops the application behaving correctly.  In fact they seem to
> > come along 2 at a time!
> >
> > My build must be wrong somewhere; although Apache+PHP4 only behaves
> > correctly.
> >
> > I just can't seem to to find out what's going wrong here and I have
spent
> > days looking at this.  Any pointers would be helpful.
> >
> > Clive
> >
> >
> > ----- Original Message -----
> > From: "Bill Moran" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Monday, September 18, 2000 6:52 PM
> > Subject: Re: Static modules
> >
> >
> > > Clive Hughes wrote:
> > > >
> > > > Ralf recently recommended building Apache+mod_ssl+OpenSSL as a
static
> > > > program; can anyone help me achieve this.  I also need to get PHP4
in
> > there,
> > > > too.
> > >
> > > The INSTALL file included with php has detailed (and idiot-proof I
might
> > > add, even I could do it) instructions on how to do it.
> > > I assume that roughly the same procedure will work for mod_ssl. There
is
> > > some information there as well.
> > >
> > > -Bill
> > > ______________________________________________________________________
> > > 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]
> >
>
> ______________________________________________________________________
> 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]

Reply via email to