On 09-Feb-2021, at 12:49, Adrian Klaver <adrian.klaver@xxxxxxxxxxx> wrote: On 2/9/21 12:19 PM, Bryn Llewellyn wrote: On 09-Feb-2021, at 12:11, Tom Lane <tgl@xxxxxxxxxxxxx> wrote:“microscopic” explanation. I’ll have to to a fair bit of research to find out what to do to fix this problem. I would start here: https://www.google.com/url?q=https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/postgresql.rb&source=gmail-imap&ust=1613508580000000&usg=AOvVaw2xLlZxQZO_RhB3g_4CE9Ol and contact the maintainer: https://www.google.com/url?q=https://github.com/MikeMcQuaid&source=gmail-imap&ust=1613508580000000&usg=AOvVaw3IqfXNHEiKGRMqR885C1yg FYI, the formula points at another formula for readline: def install ENV.prepend "LDFLAGS", "-L#{Formula["openssl@1.1"].opt_lib} -L#{Formula["readline"].opt_lib}" ENV.prepend "CPPFLAGS", "-I#{Formula["openssl@1.1"].opt_include} -I#{Formula["readline"].opt_include}" which can be found here: https://www.google.com/url?q=https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/readline.rb&source=gmail-imap&ust=1613508580000000&usg=AOvVaw0Ngt78hFNvEsPhgn0eFpIM -- Adrian Klaver adrian.klaver@xxxxxxxxxxx ————— Thanks for the suggestion, Adrian. |