7.4 fpm causes segfaults anytime gettext is invoked, M2 Apple Silicon #1857
Replies: 1 comment
-
I am running into the same issue. I've tried it against [email protected] and [email protected] and it's the same. I'm running an M3 Max.
This will always trigger it. Putting My main issue is that installing mongodb makes php stop working entirely with: I need the mongo driver for a project I'm working on, but when installed apache/php doesn't work anywhere, even scripts that don't call mongo. I think the mongo error and the gettext error are related. Any ideas on how to fix this? I'm on my second day trying to fix this. |
Beta Was this translation helpful? Give feedback.
-
Hey everyone.
Been banging my head on this one a bit.
Am on an M2 Mac, and this test script will cause a crash if accessed via php-fpm, but runs fine php cli. Has anyone run into this?
Running
/opt/homebrew/opt/[email protected]/sbin/php-fpm --nodaemonize
while doing this yields:Conversely, changing that script to a simple:
or
Works as expected.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions