Skip to content

Instantly share code, notes, and snippets.

@ajyoung
Created July 7, 2015 18:06
Show Gist options
  • Save ajyoung/561085a59bd197b1342b to your computer and use it in GitHub Desktop.
Save ajyoung/561085a59bd197b1342b to your computer and use it in GitHub Desktop.
Installing openssl on CentOS 6.4
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