OpenSSL Upgrade

casslin

Verified User
Joined
Jul 25, 2003
Messages
20
Can anyone tell me how to upgrade OpenSSL to the latest version?

Apparently I'm using a very old version that has some issues..

I'm also interested in paying someone to do it for me...

I'm also interested in paying someone to fix a few other little annoyances I'm having this Exim and SMTP on Port 2525...

Thanks,
Matt
 
casslin said:
Can anyone tell me how to upgrade OpenSSL to the latest version?

Apparently I'm using a very old version that has some issues..

I'm also interested in paying someone to do it for me...

I'm also interested in paying someone to fix a few other little annoyances I'm having this Exim and SMTP on Port 2525...

Thanks,
Matt

# Download the tar.gz
# extract using: tar zxvf [filename]
# ./configure
# make
# make test
# make install

Done.
 
Back
Top