I've been trying to compile the customapache tree against an Glibc32 RPM install of MySQL5 on a CentOS 4.3 x86 system, but with a restart of apache it fails to start..
Somewhere MySQL 5 bites the OpenSSL when compiling it against PHP, resulting in apache failing to start completely..
I'm successfully running MySQL5 with PHP 4.4.2 on several other systems which I installed quite a while ago, so this seems to be something as of late..
The error apache borks out is
[Thu Jun 8 11:51:12 2006] [error] mod_ssl: Init: Failed to generate temporary 512 bit RSA private key
I've found some resolutions in google and on the openssl site, but what they suggest is wrong isn't the problem (I even tried setting a static data file to generate the key from)
The issue is only with MySQL 5.0.22, when using an older release, 5.0.15 the problem is gone and apache starts without a problem..
Anyone has an idea why this is happening ?
Somewhere MySQL 5 bites the OpenSSL when compiling it against PHP, resulting in apache failing to start completely..
I'm successfully running MySQL5 with PHP 4.4.2 on several other systems which I installed quite a while ago, so this seems to be something as of late..
The error apache borks out is
[Thu Jun 8 11:51:12 2006] [error] mod_ssl: Init: Failed to generate temporary 512 bit RSA private key
I've found some resolutions in google and on the openssl site, but what they suggest is wrong isn't the problem (I even tried setting a static data file to generate the key from)
The issue is only with MySQL 5.0.22, when using an older release, 5.0.15 the problem is gone and apache starts without a problem..
Anyone has an idea why this is happening ?
Last edited: