question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Static installation: dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.66.dylib

See original GitHub issue

Version: code-server-3.3.1-macos-amd64 OS: Mac OS Mojave 10.14.6


Description: I need to install statically, as I need to install supported versions in my automation environment. However, after my last issue was solved, I tried to install the latest, but I get the following error:

(base) Sujeilys-MBP:code-server-3.3.1-macos-amd64 sfonseca$ ./code-server 
dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.66.dylib
  Referenced from: /Users/sfonseca/Downloads/code-server-3.3.1-macos-amd64/bin/../lib/node
  Reason: image not found
Abort trap: 6

Everything is up to date in my environment.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
trodemastercommented, Jun 22, 2020

OK pulled down the refreshed build and it’s working for me now. Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

dyld: Library not loaded | Apple Developer Forums
So yesterday I installed iOS 13.3.1 on my iPhone XR and macOS 10.15.3 on my iMac. Then, I've been getting this error in...
Read more >
Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.58.dylib ...
However, I'm not using node via Homebrew, my node is installed via nvm. Any help would be much appreciated. Environment. Environment: OS: macOS ......
Read more >
macos - dyld: Library not loaded ... Reason: Image not found
I tried to install npm modules via yarn command I got error: dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.60.dylib Referenced from: ...
Read more >
brew upgrade broke Vim on OS X (dyld: Library not loaded)
Solution. Try to reinstall ruby and vim , e.g. brew reinstall ruby vim. Troubleshooting. Here are other suggestions if above won't help:.
Read more >
Loading Dynamic Libraries on Mac
dyld : Library not loaded: libavcodec.dylib Referenced from: /Path/To/Executable Reason: image not found. This message indicates that the ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found