[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] PHP/cURL Apache problem
- Subject: Re: [cobalt-users] PHP/cURL Apache problem
- From: "Steve Bassi" <steve@xxxxxxxxx>
- Date: Wed Jun 25 17:37:00 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> 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