Replies: 3 comments
-
|
Tried : |
Beta Was this translation helpful? Give feedback.
-
|
@JARVIS-AI PHP installed with Brew already has |
Beta Was this translation helpful? Give feedback.
-
|
Found it — the issue is that Homebrew installs bzip2 as keg-only, so it's never symlinked into /opt/homebrew/include or /opt/homebrew/lib. The bz2 extension's configure script only checks standard paths (/usr/local, /usr, /opt/local) by default — it doesn't pick up CPPFLAGS/LDFLAGS automatically, even if you've exported them in your shell. The fix is to pass the library path directly via --with-bz2, without the
If PIE rejects that with an "invalid option" error instead, it means the bz2 package definition doesn't expose --with-bz2 as a configurable parameter yet, and that's worth a separate bug report against php/pie. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Log :
I can't make it.
Beta Was this translation helpful? Give feedback.
All reactions