Re: Postgresql initialize error
От | Muhammad Salahuddin Manzoor |
---|---|
Тема | Re: Postgresql initialize error |
Дата | |
Msg-id | CAKD7CDkH1Vy1t5+jrfXjsg0t+4+79E33tC-j9Hhe_Sgt7=YVNg@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: Postgresql initialize error (nikhil kumar <nikhil.dba97@gmail.com>) |
Ответы |
Re: Postgresql initialize error
|
Список | pgsql-performance |
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
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 directoryOn 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 messageError;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 messageThanks,Nikhil,PostgreSQL DBA.
В списке pgsql-performance по дате отправления: