Re: [RFC] building postgres with meson

Поиск
Список
Период
Сортировка
От John Naylor
Тема Re: [RFC] building postgres with meson
Дата
Msg-id CAFBsxsF2oeU3VUkB-TtvuJXAvyxHAQcweHDPAO0EC=e4BgC=yQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [RFC] building postgres with meson  (Andres Freund <andres@anarazel.de>)
Ответы Re: [RFC] building postgres with meson  (John Naylor <john.naylor@enterprisedb.com>)
Список pgsql-hackers

On Wed, Oct 13, 2021 at 1:42 PM Andres Freund <andres@anarazel.de> wrote:
> I pushed the fix for that.

Ok great, it builds now! :-) Now something's off with dynamic loading. There are libraries in ./tmp_install/usr/local/lib/ but apparently initdb doesn't know to look for them there:

$ cat /Users/john/pgdev/meson/build/testrun/main/pg_regress/log/initdb.log
dyld: Library not loaded: /usr/local/lib/libpq.5.dylib
  Referenced from: /Users/john/pgdev/meson/build/tmp_install/usr/local/bin/initdb
  Reason: image not found

--
John Naylor
EDB: http://www.enterprisedb.com

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: prevent immature WAL streaming
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: prevent immature WAL streaming