Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Homebrew Install: Library not loaded: /opt/homebrew/opt/icu4c/lib/libicui18n.74.dylib #188

Closed
NeckBeardPrince opened this issue Oct 31, 2024 · 3 comments · Fixed by #189
Closed
Labels
type:bug Something isn't working

Comments

@NeckBeardPrince
Copy link

Description

Much like another issue that was reported, I'm running into the same error. Except I have all of those libraries installed.

vivify-server
dyld[41256]: Library not loaded: /opt/homebrew/opt/icu4c/lib/libicui18n.74.dylib
  Referenced from: <1F01E865-53ED-380F-A23E-035F98E4F6A2> /opt/homebrew/Cellar/vivify/0.6.0/bin/vivify-server
  Reason: tried: '/opt/homebrew/opt/icu4c/lib/libicui18n.74.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/icu4c/lib/libicui18n.74.dylib' (no such file), '/opt/homebrew/opt/icu4c/lib/libicui18n.74.dylib' (no such file)
brew install brotli c-ares icu4c libuv
Warning: brotli 1.1.0 is already installed and up-to-date.
To reinstall 1.1.0, run:
  brew reinstall brotli
Warning: c-ares 1.34.2 is already installed and up-to-date.
To reinstall 1.34.2, run:
  brew reinstall c-ares
Warning: icu4c@75 75.1 is already installed and up-to-date.
To reinstall 75.1, run:
  brew reinstall icu4c@75
Warning: libuv 1.49.2 is already installed and up-to-date.
To reinstall 1.49.2, run:
  brew reinstall libuv

To Reproduce

Context

My operating system is:
15.2 Beta (24C5057p)

Running viv --version outputs:
The version installed is 0.6.0

brew info jannis-baum/tap/vivify
==> jannis-baum/tap/vivify: stable 0.6.0
Bring your Markdown to life
https://github.com/jannis-baum/Vivify
Installed
/opt/homebrew/Cellar/vivify/0.6.0 (5 files, 58MB) *
  Built from source on 2024-10-31 at 16:34:58
From: https://github.com/jannis-baum/homebrew-tap/blob/HEAD/Formula/vivify.rb
License: GPL-3.0
==> Dependencies
Required: libuv ✔, brotli ✔, c-ares ✔, icu4c ✔
viv --version
Fatal: "/opt/homebrew/bin/vivify-server" crashed.
Please use the link below to submit a bug report.

The bug report template will help you provide the necessary information and
maybe even find a solution yourself.

https://github.com/jannis-baum/Vivify/issues/new?labels=type%3Abug&template=bug-report.md

/opt/homebrew/bin/viv: line 97: 40810 Abort trap: 6           nohup "$vivify_server" "$@" > "$output" 2> /dev/null

I installed Vivify in the following way (e.g. name of the package manager, self-compiled or development mode):

Homebrew

@jannis-baum
Copy link
Owner

Hello! Looks like this happened because of the Sequoia update and only affected new installs. 0.6.1 is being released now to fix it, will let you know in a second when it's on Homebrew

@jannis-baum
Copy link
Owner

Now it should work if you do

brew update
brew upgrade vivify

Let me know in case it doesn't!

@NeckBeardPrince
Copy link
Author

Now it should work if you do

brew update
brew upgrade vivify

Let me know in case it doesn't!

That worked! Thank you!

vivify-server
(node:65814) ExperimentalWarning: Single executable application is an experimental feature and might change at any time
(Use `vivify-server --trace-warnings ...` to show where the warning was created)
STARTUP COMPLETE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
None yet
2 participants