Closed RHCPNG closed 4 years ago
it seems to be the LuaExpat module
I see that luarocks isn't installed. Although I'm not very familiar with lua and luarocks and don't know the consequences, but maybe that's useful to install too?
LuaRocks is a package manager for Lua. It performs the optional building of c libraries and installation. For this to work, development headers for multiple libraries need to be available. In order to keep the image size as low as possible, the development information, including a compiler (gcc) is not included in the image.
In the Alpine image, LuaRocks is installed, but in many cases will fail to install Lua modules, since it cannot compile sources. The Debian image does not use LuaRocks, but relies on Lua debian packages instead. On Debian this additionally ensures compatibility with other system libraries.
I will add luaexpat (and libexpat).
Which 'Push Notifications' plugin are you using?
I attempted a test with https://github.com/jonferreira/Push-Notification-Plugin, but that plugins does not have a file called D_IosPush.xml
and fails due to absence of CRC32. The CRC32 that this plugin uses however is not luacrc32.
Clear explanation, thnx!
That is in origin the same plugin. However I have taken the files from my Vera, so from the Vera app store. I do have the D_IosPush.xml file. I will see what it does when I have luaexpat installed.
It probably will give me the same error then. But then I will ask Akbooer, because I know he has a working version of the plugin on openluup.
I also found the plugin in the MiOS app store. I installed the plugin and copied the files. That plugin does not run on OpenLuup (version 0.98). The version in the github repo of jonferreira (1.01) adds Boxcar support (announced in this post, but also does not work. On the Vera forum, there is mentioning of a version 0.999, so there should be other sources as well.
This ticket is solved by adding luaexpat in commit b14bc9d733be13d1dea448c3665c89b9a3998924.
I think I crafted a working version of the Push Notification plugin. See https://github.com/vwout/vera-push-notification
Nice!!! I will test the plugin ASAP.
The plugin installs fine now, so the module works. But the plugin doesn't. See the issue at the plugin git. This issue can be closed. Thnx!
Hi vwout,
I'm trying to install the Push Notifications plugin on openluup, but I'm getting the following error:
Could you add the lua lxp/lom module, please?