Re: Error dydl : image not found when trying to install pg on Catalina

From: Adrian Ho <ml+postgresql(at)03s(dot)net>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Error dydl : image not found when trying to install pg on Catalina
Date: 2022-04-18 12:21:07
Message-ID: 7d89436c-ca63-ced0-5624-4813438e201a@03s.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 17/4/22 19:28, cecile rougnaux wrote:
> I upgraded my system to Catalina 10.15.7 and now I get an  error with
> dyld : image not found when trying to install postgresql :
>
> [...]
>
> dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.70.dylib
>
> Referenced from: /usr/local/Cellar/postgresql/14.2_1/bin/postgres
>
> Reason: image not found
>

Your icu4c installation is likely broken somehow. Try:

brew reinstall $(brew deps postgresql) postgresql

to reinstall PG and all its dependencies.

--
Best Regards,
Adrian

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Pól Ua Laoínecháin 2022-04-18 12:51:43 Re: Puzzline CROSS JOIN when doing RECURSIVE CTE
Previous Message Holger Jakobs 2022-04-18 12:10:08 Re: Huge archive log generate in Postgresql-13