-
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
Makefile:194: recipe for target 'zmq.lo' failed #200
Comments
if you pull the master branch, that will build under php 7.3 |
As mentioned, building from repo did the trick. The following works for me on ubuntu 18.04 running php 7.4.
|
What should I do?
This is that end part of the output when I run |
@therealsujitk I think you should use |
Using php8 on plesk |
I'm trying to install php-zmq. I am using
PHP 7.3.3
onUbuntu 18.04
.These are the steps I have taken so far:
When I run the
sudo pecl install zmq-beta
command, I get the following error:Is this because
php-zmq
is not compatible withPHP 7.3
, or am I doing something else wrong?The text was updated successfully, but these errors were encountered: