-
Notifications
You must be signed in to change notification settings - Fork 121
Description
Hi, I'm trying to get CurveZMQ to work with the php-zmq extension but I keep receiving the same error when I execute the test file :
PHP Fatal error: Class 'ZMQAuth' not found in /tmp/test.php on line 8
Where /tmp/test.php contains the exact code from the ironhouse.php example of this repository.
I'm using a newly created Ubuntu 14.04 machine. I've installed the ZeroMQ extension with all it's dependencies (including libsodium) and the php-zmq extension and I've have enabled it in php.ini.
For reference, I have created a gist with the exact commands that I used for the installation process:
https://gist.github.com/Kamisama666/da9ef33b1adf4c6d39ca
After that I try to execute the ironhouse example as I said before and, for some reason I received the above error. I don't know if I'm making some error or if it's something that needs to be fixed in the code.
Thanks in advance.