RE: Postgresql initialize error

2024-06-11 Thread Smith, Travis
:23 PM To: Muhammad Salahuddin Manzoor Cc: pgsql-performa...@postgresql.org Subject: Re: Postgresql initialize error ***ATTENTION!! This message originated from outside of Circana. Treat hyperlinks and attachments in this email with caution.*** As I check we have OpenSSL package in that server

Re: Postgresql initialize error

2024-06-11 Thread nikhil kumar
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 wrote: > Thanks for your support. I’ll check it > > On Wed, 12 Jun 2024 at 1:34 AM, Muhammad Salahuddin Manzoor < > salahuddi...@bitnine.net> wrote: > >> Greetings, >> >>

Re: Postgresql initialize error

2024-06-11 Thread nikhil kumar
Thanks for your support. I’ll check it On Wed, 12 Jun 2024 at 1:34 AM, Muhammad Salahuddin Manzoor < salahuddi...@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

Re: Postgresql initialize error

2024-06-11 Thread Muhammad Salahuddin Manzoor
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

Re: Postgresql initialize error

2024-06-11 Thread nikhil kumar
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 wrote: > Hi Team, > > I'm installing postgresql 14 version by using Rpm. However i'm getting > error while execute the