duxet / hhvm-zmq

ZMQ extension for HHVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing the obvious

rotor-head opened this issue · comments

commented

zmq.so fails to load when restarting hhvm 3.6 on CentOS 7.

I want to ensure I'm not missing some implied background knowledge here, so bare with me.
Steps followed on a machine with hhvm compiled and 0mq 4.0.4 installed:
Unpacked, cd into hhvm-zmq-master dir, run build.sh, move the zmq.so into place, restart hhvm.

php -i shows error with module and not loaded.

Is there a step in the process I'm missing here that would cause this failure? Inspecting the size of the resulting binary shows it's about ⅓ the size of the regular zmq.so build. Please enlighten me.