Re: [CentOS] Recompiling CentOS's stock openssl

2010-09-21 Thread Ray Van Dolson
On Tue, Sep 21, 2010 at 04:17:54PM -0700, Al Sparks wrote: > I'm running CentOS release 4.8. > > For security reasons, I have to modify openssl's ssl.h in > /usr/include/openssl/. > > That's easy. But for the new settings to take effect, I have to recompile > openssl. I do have openssl-deve

Re: [CentOS] Recompiling CentOS's stock openssl

2010-09-21 Thread Kwan Lowe
On Tue, Sep 21, 2010 at 7:17 PM, Al Sparks wrote: > I'm running CentOS release 4.8. > > For security reasons, I have to modify openssl's ssl.h in > /usr/include/openssl/. > > That's easy.  But for the new settings to take effect, I have to recompile > openssl.  I do have openssl-devel installed.

[CentOS] Recompiling CentOS's stock openssl

2010-09-21 Thread Al Sparks
I'm running CentOS release 4.8. For security reasons, I have to modify openssl's ssl.h in /usr/include/openssl/. That's easy. But for the new settings to take effect, I have to recompile openssl. I do have openssl-devel installed. How do I recompile? === Al