Created
July 7, 2015 18:06
-
-
Save ajyoung/561085a59bd197b1342b to your computer and use it in GitHub Desktop.
Installing openssl on CentOS 6.4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
We are going to have a problem with the dependencies. Apparently, these aren't binary compatible, so they need to be installed from source or use another repo to replace the current openssl. | |
here is the info about how to do it. | |
http://www.abstractpath.com/2014/updating-openssl-to-install-postgres-9-x-on-centos-6-x/ | |
One of the links in the instructions is broken | |
here is the link to the package | |
http://dl.iuscommunity.org/pub/ius/stable/CentOS/6/x86_64/repoview/ius-release.html | |
The reason of this error is because PostgreSQL needs the latest openssl libraries, so you can use the workaround or update CentOS 6.4 to CentOS 6.5. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment