Re: Postgresql initialize error - Mailing list pgsql-performance

From nikhil kumar
Subject Re: Postgresql initialize error
Date
Msg-id CACJRp4_5r3a-Sa+qt0gFLgV4eGLYqHxpe3GVs=Q=garF-8F6Dg@mail.gmail.com
Whole thread Raw
In response to Re: Postgresql initialize error  (nikhil kumar <nikhil.dba97@gmail.com>)
Responses RE: Postgresql initialize error  ("Smith, Travis" <Travis.Smith@circana.com>)
List pgsql-performance
As I check we have OpenSSL package in that server but that file is not visible 


On Wed, 12 Jun 2024 at 1:35 AM, nikhil kumar <nikhil.dba97@gmail.com> wrote:
Thanks for your support. I’ll check it

On Wed, 12 Jun 2024 at 1:34 AM, Muhammad Salahuddin Manzoor <salahuddin.m@bitnine.net> wrote:
Greetings,

Check OpenSSL installed on your system
openssl version

If not installed
sudo apt-get install openssl

Find library
sudo find / -name libssl.so.1.1

Add in Library path
export LD_LIBRARY_PATH=/path/to/libssl:$LD_LIBRARY_PATH

Salahuddin (살라후딘)



On Wed, 12 Jun 2024 at 00:59, nikhil kumar <nikhil.dba97@gmail.com> wrote:
Error ;  ./ initdbs error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory


On Wed, 12 Jun 2024 at 1:28 AM, nikhil kumar <nikhil.dba97@gmail.com> wrote:
Hi Team, 

I'm  installing postgresql 14 version by using Rpm. However i'm getting error while execute the database initialzation. Please check below error message

Error; 
Hi Team, I'm installing postgresql 14 version by using Rpm. However i'm getting error while execute the database initialzation. Please check below error message

Thanks, 
Nikhil, 
PostgreSQL DBA.

pgsql-performance by date:

Previous
From: nikhil kumar
Date:
Subject: Re: Postgresql initialize error
Next
From: "Smith, Travis"
Date:
Subject: RE: Postgresql initialize error