Link to home
Start Free TrialLog in
Avatar of bradber
bradber

asked on

Need help updating openssl to 1.0.1g on Ubuntu 12.04

Greetings,
I would like to upgrade openssl on my Ubuntu 12.04 server to version 1.0.1g.

ItTried apt-get update and apt-get upgrade, but after that I did a "openssl version" command and got this:

OpenSSL 1.0.1 14 Mar 2012

So then I tried "sudo apt-get install openssl"

This is the result:
openssl is already the newest version.
The following package was automatically installed and is no longer required:
  libtommath0
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

But when I do a "openssl version" , I still get this:
OpenSSL 1.0.1 14 Mar 2012

If anyone could tell me how to upgrade to 1.0.1g I would really appreciate it (and of course will award 500 points too!)

Thanks in advance!
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

1.0.1g is not available for Ubuntu 12.04 but a different fix is available on this page: http://www.ubuntu.com/usn/usn-2165-1/
ASKER CERTIFIED SOLUTION
Avatar of Dave Howe
Dave Howe
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bradber
bradber

ASKER

Thank you Dave,  that is what I needed to know. I do have the updated version installed, it was the Mar 2012 part that was throwing me off, I should have read further.
OpenSSL 1.0.1 14 Mar 2012
built on: Mon Apr  7 20:33:29 UTC 2014
Yeah. debian maintainer was clumsy in updating the package, left the old version data intact.

Threw me off when I first updated too, had to go check twice...