Re: Upgrade problem

From: Graeme <graeme(at)gemmill(dot)name>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Upgrade problem
Date: 2023-09-11 16:22:57
Message-ID: 4e70f17d-1323-4a74-9b05-c7a76868f815@gemmill.name
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 11/09/2023 17:10, Tom Lane wrote:
> Graeme<graeme(at)gemmill(dot)name> writes:
>> Preparing to upgrade my small cluster from Mageia 8/Pg 9 to Mageia 9/Pg
>> 15. I'm at the point of running pg_upgrade but have received anerror
>> message:
>> /mga8/usr/bin/postgres: error while loading shared libraries:
>> libssl.so.1.1: cannot open shared object file: No such file or directory
>> no data was returned by command ""/mga8/usr/bin/postgres" -V"
> You might get useful info from "ldd /mga8/usr/bin/postgres"
> about where that executable is looking for libssl.
>
> regards, tom lane

Tom, thanks: it's finding other so. files in the correct place

libpam.so.0 => /lib64/libpam.so.0 (0x00007f8d49e1e000)
libssl.so.1.1 => not found
libcrypto.so.1.1 => not found
librt.so.1 => /lib64/librt.so.1 (0x00007f8d49e16000)

so there must be another problem.

Graeme

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2023-09-11 16:26:59 Re: Upgrade problem
Previous Message Adrian Klaver 2023-09-11 16:13:08 Re: Upgrade problem