[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] PHP/cURL Apache problem




> i have just tried to unstall cURL and compile PHP4.3.1 on a RaQ4. i
> installed OpenSSL to a non-standard location as it looked like it had been
> statically linked to Apache(??).
>
> all went well until i tried to restart Apache. i got this error:
> mod_ssl: Init: Failed to load temporary 512 bit RSA private key
>

try this config line

./config --prefix=/usr --openssldir=/usr/local/ssl

Bassi