0

when I install postgresql92-server postgresql92-contrib I met some problem ,the details as below error message

but I can find the libs

libs

my linux release as below enter image description here

Bort
  • 97
  • 1
  • 13

2 Answers2

0

found similar thing here. You can give it a try:

https://opensourcedbms.com/dbms/installing-postgresql-9-2-on-cent-os-6-3-redhat-el6-fedora/

CloudGuy
  • 120
  • 4
0

This should work:

export LD_LIBRARY_PATH=<include the location to the openssl lib folder>:$LD_LIBRARY_PATH
Khanna111
  • 3,627
  • 1
  • 23
  • 25