-
Notifications
You must be signed in to change notification settings - Fork 119
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
zmq.so for arm64 on mac silicon m1 #225
Comments
creating libtool |
`make && make install
|
Building zmq.so on mac m1 was successful, but php does not accept zmq.so:
Warning: PHP Startup: Unable to load dynamic library 'zmq.so' tried: '/Applications/MAMP/bin/php/php8.0.8/lib/php/extensions/no-debug-non-zts-20200930/zmq.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e'))
The text was updated successfully, but these errors were encountered: