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

MongoDB extension error with icu4c #2015

Closed
jdecool opened this issue Sep 7, 2022 · 2 comments
Closed

MongoDB extension error with icu4c #2015

jdecool opened this issue Sep 7, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@jdecool
Copy link

jdecool commented Sep 7, 2022

Describe the bug

Like what happens in shivammathur/homebrew-php#1068, (at least) the MongoDB extension is broken

Library not loaded: '/opt/homebrew/opt/icu4c/lib/libicuuc.70.dylib'
  Referenced from: '/opt/homebrew/Cellar/mongodb@7.4/1.14.0/mongodb.so'
  Reason: tried: '/opt/homebrew/opt/icu4c/lib/libicuuc.70.dylib' (no such file)

PHP versions

7.3 7.4 8.0 8.1 and maybe more

Are you willing to submit a PR?

I don't think so

@jdecool jdecool added the bug Something isn't working label Sep 7, 2022
@shivammathur
Copy link
Owner

I have rebuilt it with icu4c 71.1.

Please update the tap and reinstall the extension

For example, for PHP 8.0

brew update
brew reinstall shivammathur/extensions/mongodb@8.0

@jdecool
Copy link
Author

jdecool commented Sep 7, 2022

Thanks for your reactivity and your awesome work !

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

No branches or pull requests

2 participants