RE: Postgresql initialize error

From: "Smith, Travis" <Travis(dot)Smith(at)circana(dot)com>
To: nikhil kumar <nikhil(dot)dba97(at)gmail(dot)com>, Muhammad Salahuddin Manzoor <salahuddin(dot)m(at)bitnine(dot)net>
Cc: "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org>
Subject: RE: Postgresql initialize error
Date: 2024-06-11 20:25:00
Message-ID: PH7PR01MB7774E70C178D594FBD5CF0F88EC72@PH7PR01MB7774.prod.exchangelabs.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Just be safe over sorry install openssl and openssl-dev packages.

You may want to run updatedb, if you have the locate package installed just to double verify

[cid:image001(dot)jpg(at)01DABC13(dot)84FC2AD0]
Travis Smith
VP Business Technology
Circana

From: nikhil kumar <nikhil(dot)dba97(at)gmail(dot)com>
Sent: Tuesday, June 11, 2024 3:23 PM
To: Muhammad Salahuddin Manzoor <salahuddin(dot)m(at)bitnine(dot)net>
Cc: pgsql-performance(at)postgresql(dot)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 but that file is not visible

On Wed, 12 Jun 2024 at 1:35 AM, nikhil kumar <nikhil(dot)dba97(at)gmail(dot)com<mailto:nikhil(dot)dba97(at)gmail(dot)com>> wrote:
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<mailto: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<mailto: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<mailto: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.

REMINDER: This message came from an external source. Please exercise caution when opening any attachments or clicking on links.

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message nikhil kumar 2024-06-12 11:58:00 Need help on configuration SMTP
Previous Message nikhil kumar 2024-06-11 20:23:09 Re: Postgresql initialize error