Apache 2.0.44 with Openssl -0.9.7
Apache 2.0.44 with Openssl -0.9.7
am 06.03.2003 21:54:53 von Ming.Yu
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 modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
Re: Apache 2.0.44 with Openssl -0.9.7
am 07.03.2003 15:15:59 von Ian Miller
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" :
> 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 modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
>
--
Ian Miller
Sr. Systems Engineer
University of Chicago
imiller@bsd.uchicago.edu
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
Re: Apache 2.0.44 with Openssl -0.9.7
am 07.03.2003 16:36:02 von Ted Rolle
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" :
>
> > 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 modssl-users@modssl.org
> > Automated List Manager majordomo@modssl.org
> >
>
>
> --
> Ian Miller
> Sr. Systems Engineer
> University of Chicago
> imiller@bsd.uchicago.edu
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
>
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
RE: Apache 2.0.44 with Openssl -0.9.7
am 07.03.2003 16:42:08 von 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: owner-modssl-users@modssl.org
[mailto:owner-modssl-users@modssl.org] On Behalf Of Ted Rolle
Sent: March 7, 2003 10:36 AM
To: modssl-users@modssl.org
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" :
>
> > 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
modssl-users@modssl.org
> > Automated List Manager
majordomo@modssl.org
> >
>
>
> --
> Ian Miller
> Sr. Systems Engineer
> University of Chicago
> imiller@bsd.uchicago.edu
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
>
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
RE: Apache 2.0.44 with Openssl -0.9.7
am 07.03.2003 16:57:07 von Ming.Yu
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:ted@php.net]
Sent: Friday, March 07, 2003 10:36 AM
To: modssl-users@modssl.org
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" :
>
> > 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 modssl-users@modssl.org
> > Automated List Manager majordomo@modssl.org
> >
>
>
> --
> Ian Miller
> Sr. Systems Engineer
> University of Chicago
> imiller@bsd.uchicago.edu
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
>
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
RE: Apache 2.0.44 with Openssl -0.9.7
am 07.03.2003 17:19:09 von apachep2
Of course. When you build mod_ssl into apache (that is STATIC), you
won't encounter X509_free issue.
-----Original Message-----
From: owner-modssl-users@modssl.org
[mailto:owner-modssl-users@modssl.org] On Behalf Of Yu, Ming
Sent: March 7, 2003 10:57 AM
To: 'modssl-users@modssl.org'
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:ted@php.net]
Sent: Friday, March 07, 2003 10:36 AM
To: modssl-users@modssl.org
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" :
>
> > 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
modssl-users@modssl.org
> > Automated List Manager
majordomo@modssl.org
> >
>
>
> --
> Ian Miller
> Sr. Systems Engineer
> University of Chicago
> imiller@bsd.uchicago.edu
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
>
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
RE: Apache 2.0.44 with Openssl -0.9.7
am 07.03.2003 17:24:46 von Ian Miller
I just run config with ./configure
--enable-ssl
--with-ssl=/usr/local/ssl
--enable-so
--enable-rewrite
--enable-speling
solairs 9 & 8 systems
gcc 3.2.2
gnu binutils 2.13.2.1
I think I had a problem once ...
I just recompiled ssl and ran the make check or make test
everything worked then
Quoting apachep2 :
> Of course. When you build mod_ssl into apache (that is STATIC), you
> won't encounter X509_free issue.
>
> -----Original Message-----
> From: owner-modssl-users@modssl.org
> [mailto:owner-modssl-users@modssl.org] On Behalf Of Yu, Ming
> Sent: March 7, 2003 10:57 AM
> To: 'modssl-users@modssl.org'
> 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:ted@php.net]
> Sent: Friday, March 07, 2003 10:36 AM
> To: modssl-users@modssl.org
> 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" :
> >
> > > 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
> modssl-users@modssl.org
> > > Automated List Manager
> majordomo@modssl.org
> > >
> >
> >
> > --
> > Ian Miller
> > Sr. Systems Engineer
> > University of Chicago
> > imiller@bsd.uchicago.edu
> > ____________________________________________________________ __________
> > Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> > User Support Mailing List modssl-users@modssl.org
> > Automated List Manager majordomo@modssl.org
> >
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
>
--
Ian Miller
Sr. Systems Engineer
University of Chicago
imiller@bsd.uchicago.edu
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
RE: Apache 2.0.44 with Openssl -0.9.7
am 08.03.2003 02:46:35 von Ted Rolle
Good. Now what is the configuration file for OpenSSL?
On Fri, 7 Mar 2003, Yu, Ming wrote:
> 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:ted@php.net]
> Sent: Friday, March 07, 2003 10:36 AM
> To: modssl-users@modssl.org
> 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" :
> >
> > > 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 modssl-users@modssl.org
> > > Automated List Manager majordomo@modssl.org
> > >
> >
> >
> > --
> > Ian Miller
> > Sr. Systems Engineer
> > University of Chicago
> > imiller@bsd.uchicago.edu
> > ____________________________________________________________ __________
> > Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> > User Support Mailing List modssl-users@modssl.org
> > Automated List Manager majordomo@modssl.org
> >
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
>
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
RE: Apache 2.0.44 with Openssl -0.9.7
am 08.03.2003 02:47:57 von Ted Rolle
Yes, this is true. But DSO should work too.
On Fri, 7 Mar 2003, apachep2 wrote:
> Of course. When you build mod_ssl into apache (that is STATIC), you
> won't encounter X509_free issue.
>
> -----Original Message-----
> From: owner-modssl-users@modssl.org
> [mailto:owner-modssl-users@modssl.org] On Behalf Of Yu, Ming
> Sent: March 7, 2003 10:57 AM
> To: 'modssl-users@modssl.org'
> 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:ted@php.net]
> Sent: Friday, March 07, 2003 10:36 AM
> To: modssl-users@modssl.org
> 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" :
> >
> > > 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
> modssl-users@modssl.org
> > > Automated List Manager
> majordomo@modssl.org
> > >
> >
> >
> > --
> > Ian Miller
> > Sr. Systems Engineer
> > University of Chicago
> > imiller@bsd.uchicago.edu
> > ____________________________________________________________ __________
> > Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> > User Support Mailing List modssl-users@modssl.org
> > Automated List Manager majordomo@modssl.org
> >
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
>
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org