Re: Regression tests fail with musl libc because libpq.so can't be loaded - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Regression tests fail with musl libc because libpq.so can't be loaded
Date
Msg-id 2852940.1710599083@sss.pgh.pa.us
Whole thread Raw
In response to Regression tests fail with musl libc because libpq.so can't be loaded  (Wolfgang Walther <walther@technowledgy.de>)
Responses Re: Regression tests fail with musl libc because libpq.so can't be loaded  (Wolfgang Walther <walther@technowledgy.de>)
List pgsql-bugs
Wolfgang Walther <walther@technowledgy.de> writes:
> - LD_LIBRARY_PATH is used correctly to look for the direct dependency 
> loaded in dlopen(...), but is not taken into account anymore when trying 
> to locate libpq.so. This step only fails with musl, but works fine with 
> glibc.

Why do you think this is our bug and not musl's?  We do not even have
any code that knows anything about indirect library dependencies.

            regards, tom lane



pgsql-bugs by date:

Previous
From: Wolfgang Walther
Date:
Subject: Regression tests fail with musl libc because libpq.so can't be loaded
Next
From: "feichanghong"
Date:
Subject: ReplicationSlotRelease may set the statusFlags of other processes in PG14