Giter Site home page Giter Site logo

Fedora 30 build error about php-zmq HOT 9 OPEN

djnotes avatar djnotes commented on July 30, 2024
Fedora 30 build error

from php-zmq.

Comments (9)

god1dog avatar god1dog commented on July 30, 2024 17

Similar error on docker image:

FROM php:7.3.10-fpm
RUN apt-get install --yes libzmq3-dev
RUN pecl install zmq-beta
RUN docker-php-ext-enable zmq

had to install zmq from master branch #200

FROM php:7.3.10-fpm
RUN apt-get install --yes git libzmq3-dev
RUN git clone git://github.com/mkoppanen/php-zmq.git \
 && cd php-zmq \
 && phpize && ./configure \
 && make \
 && make install \
 && cd .. \
 && rm -fr php-zmq 
RUN docker-php-ext-enable zmq

from php-zmq.

jamzy118 avatar jamzy118 commented on July 30, 2024

Same error appears on Arch Linux when trying to install php-zmq from AUR https://aur.archlinux.org/packages/php-zmq/

from php-zmq.

andres101 avatar andres101 commented on July 30, 2024

If anyone tries to use the config from god1dog above, remove the \ at the end of 2nd last line.

from php-zmq.

god1dog avatar god1dog commented on July 30, 2024

Fixed the message, thanks @andres101

from php-zmq.

WeTurkstra avatar WeTurkstra commented on July 30, 2024

Thank you guys so much! @god1dog @andres101 Was searching al morning to install zmq on my php docker image and this worked great!

from php-zmq.

koxelez avatar koxelez commented on July 30, 2024

@god1dog Thank you!

from php-zmq.

dungahk avatar dungahk commented on July 30, 2024

I believe this is related to PHP 7.3, I was upgrading my stack from 7.2 to 7.3 and it failed with that error message.

from php-zmq.

cmb69 avatar cmb69 commented on July 30, 2024

I believe this is related to PHP 7.3, […]

Right. The fix has already been committed (e0db82c), but a new release is pending, what is tracked by PR #203.

from php-zmq.

Rzhevsky87 avatar Rzhevsky87 commented on July 30, 2024

Thank you so much! @god1dog @andres101 ! This help for me. Build basic on php:7.4.26-apache.

from php-zmq.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.