Re: Postgresql initialize error

From: nikhil kumar <nikhil(dot)dba97(at)gmail(dot)com>
To: Muhammad Salahuddin Manzoor <salahuddin(dot)m(at)bitnine(dot)net>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Postgresql initialize error
Date: 2024-06-11 20:05:58
Message-ID: CACJRp4-nkASn+FdTY_FMreT2SkAqSbMyyYDhs-XRdpt3PZBVkw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Thanks for your support. I’ll check it

On Wed, 12 Jun 2024 at 1:34 AM, Muhammad Salahuddin Manzoor <
salahuddin(dot)m(at)bitnine(dot)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(dot)dba97(at)gmail(dot)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(dot)dba97(at)gmail(dot)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.
>>>
>>>

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message nikhil kumar 2024-06-11 20:23:09 Re: Postgresql initialize error
Previous Message Muhammad Salahuddin Manzoor 2024-06-11 20:04:42 Re: Postgresql initialize error