php7 zmq (ZeroMQ) for LEAP 15.2, anyone?
Anyone know where I can find a php7-zmq package for LEAP 15.2? I'd struck out in the usual places and it doesn't want to build from PECL/phpize. This is the last dependency to forward port an application of an old server. :( -- Adam Tauno Williams <mailto:awilliam@whitemice.org> GPG D95ED383 Systems Administrator, Python Developer, LPI / NCLA
On Wed, 2021-05-26 at 14:15 -0400, Adam Tauno Williams wrote:
Anyone know where I can find a php7-zmq package for LEAP 15.2? I'd struck out in the usual places and it doesn't want to build from PECL/phpize. This is the last dependency to forward port an application of an old server. :(
Not a package, but [for the record] building from master produces a ZMQ (ZeroMQ) module for PHP7 which loads. git clone http://github.com/mkoppanen/php-zmq.git cd php-zmq phpize ./configure make make install -- Adam Tauno Williams <mailto:awilliam@whitemice.org> GPG D95ED383 Systems Administrator, Python Developer, LPI / NCLA
participants (1)
-
Adam Tauno Williams