RE: Apache 2.0.44 with Openssl -0.9.7

2003-03-07 Thread apachep2
Of course. When you build mod_ssl into apache (that is STATIC), you
won't encounter X509_free issue.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Yu, Ming
Sent: March 7, 2003 10:57 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Apache 2.0.44 with Openssl -0.9.7

I use the following switches to compile APACHE 2.0.44 with OpenSSL 0.9.7
./configure --enable-layout=TEST \
--enable-ssl \
--with-ssl=/usr/local/ssl \
--enable-mods-shared=max \
--enable-modules=most \
--with-mpm=worker

It went through the installation process. 

Thanks 

- Ming Yu

-Original Message-
From: Ted Rolle [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 07, 2003 10:36 AM
To: [EMAIL PROTECTED]
Subject: Re: Apache 2.0.44 with Openssl -0.9.7


YOU GOT Apache-2.0.44 and OpenSSL-0.9.7 WORKING???
What are your ./configure files like?  I keep getting the dreaded "can't
find X509_free" message.

On Fri, 7 Mar 2003, Ian Miller wrote:

>
> Did you uncomment out the entropy lines in the ssl.conf file? I am 
> running it with 0.9.7a and it works fine -Ian
> Quoting "Yu, Ming" <[EMAIL PROTECTED]>:
>
> > Does anyone have problem with apache 2.0.44 and Openssl 0.9.7. I 
> > installed the server, no problem.  Then I wanted to start the httpd 
> > server, even without mod_ssl.
> >
> > ./apachectl -k start
> >
> > There is no message on the screen, but an error message in the log 
> > file. The apache engine did not start.
> >
> > [warn] Init: PRNG still contains insufficient entropy! [error] Init:

> > Failed to generate temporary 512 bit RSA private key Configuration 
> > Failed
> >
> > Any suggestions.
> >
> > - Ming Yu 
> >
__
> > Apache Interface to OpenSSL (mod_ssl)
www.modssl.org
> > User Support Mailing List
[EMAIL PROTECTED]
> > Automated List Manager
[EMAIL PROTECTED]
> >
>
>
> --
> Ian Miller
> Sr. Systems Engineer
> University of Chicago
> [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]
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]


RE: Apache 2.0.44 with Openssl -0.9.7

2003-03-07 Thread apachep2
It looks like many people getting this "undefined symbol X509_free" when
we try to build mod_ssl as a shared module. I am still waiting for the
solution.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ted Rolle
Sent: March 7, 2003 10:36 AM
To: [EMAIL PROTECTED]
Subject: Re: Apache 2.0.44 with Openssl -0.9.7

YOU GOT Apache-2.0.44 and OpenSSL-0.9.7 WORKING???
What are your ./configure files like?  I keep getting the dreaded "can't
find X509_free" message.

On Fri, 7 Mar 2003, Ian Miller wrote:

>
> Did you uncomment out the entropy lines in the ssl.conf file?
> I am running it with 0.9.7a and it works fine
> -Ian
> Quoting "Yu, Ming" <[EMAIL PROTECTED]>:
>
> > Does anyone have problem with apache 2.0.44 and Openssl 0.9.7.
> > I installed the server, no problem.  Then I wanted to start the
httpd
> > server, even without mod_ssl.
> >
> > ./apachectl -k start
> >
> > There is no message on the screen, but an error message in the log
file.
> > The apache engine did not start.
> >
> > [warn] Init: PRNG still contains insufficient entropy!
> > [error] Init: Failed to generate temporary 512 bit RSA private key
> > Configuration Failed
> >
> > Any suggestions.
> >
> > - Ming Yu
> >
__
> > Apache Interface to OpenSSL (mod_ssl)
www.modssl.org
> > User Support Mailing List
[EMAIL PROTECTED]
> > Automated List Manager
[EMAIL PROTECTED]
> >
>
>
> --
> Ian Miller
> Sr. Systems Engineer
> University of Chicago
> [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]


undefined symbol: X509_free when apachectl startssl

2003-03-06 Thread apachep2








Having searched through the archive, I could not find a
solution to the above error. This error only occurs when I build mod_ssl as
dynamic linked module. When I have done is

 

- 
download zlib-1.1.4 source and build it --shared --prefix=/usr

- 
download openssl-0.9.7a source and build it

- 
download httpd-2.0.44 source and build it ./configure …. --enable-ssl=shared
–with-ssl=/usr/local/ssl

 

My OS is Red Hat 7.2.