Re: Regression tests fail with musl libc because libpq.so can't be loaded

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Regression tests fail with musl libc because libpq.so can't be loaded
Дата
Msg-id 443430b4-0c10-49f3-8c8a-e5e76602f309@eisentraut.org
обсуждение исходный текст
Ответ на Re: Regression tests fail with musl libc because libpq.so can't be loaded  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Regression tests fail with musl libc because libpq.so can't be loaded  (Bruce Momjian <bruce@momjian.us>)
Re: Regression tests fail with musl libc because libpq.so can't be loaded  (Thomas Munro <thomas.munro@gmail.com>)
Список pgsql-bugs
On 22.03.24 20:44, Bruce Momjian wrote:
> +                 * linking (dlopen) might fail.  Here, we truncate the update
> +                 * of the process title when either of two important dynamic
> +                 * linking environment variables are set.  Musl does not
> +                 * define any compiler symbols, so we have to do this for
> +                 * any Linux libc we don't know is safe.
> +                 */
> +                if (strstr(environ[i], "LD_LIBRARY_PATH=") == environ[i] ||
> +                    strstr(environ[i], "LD_PRELOAD=") == environ[i])

What determines which variables require this treatment?




В списке pgsql-bugs по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Regression tests fail with musl libc because libpq.so can't be loaded
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Regression tests fail with musl libc because libpq.so can't be loaded