Hi all,
I am trying to upgrade from using a compiled tar.gz version of openresty to the official RPM package version.
I am trying to use the latest openresty via the RPM file at the official RPM repo. My OS is RHEL 6.x.
I can get the openresty RPM installed no problem, but the script our app developer wrote needs the 'lzmq' module.
Our tar.gz compiled version (compiled by my predecessor who is no longer available) has the lzmq.so file under lualib, but I can't figure out how to get the latest version of that module since we are now using the RPM version.
I see that it can be installed using a luarocks util, but after installing the RPM (EPEL?) version of luarocks, I can't figure out how to configure the /etc/luarocks/* config files to properly allow installation of the module under /usr/local/openresty/site/lualib
Is there a guide somewhere or does someone know the best-practices invocation to get the lzmq module installed in the right place?
Thanks,
Justin