Hey
I have downloaded an SDK, and there are some compiled librarys for windows (dll) and/or centos/linux (so)… there is no source, so i cant recompile them for Alpine Linux (HassOS)
I’m no dev, but is there no way to use those files and make it work on Alpine? maybe in somekind of emulator or something?
linux is linux, be it centos or alpine.
What you have to check is whether the dependencies of the library is met on Alpine. The ldd command is used for that.
But first of all: What do you plan to do with the libraries if you are not a dev?
I have a python script, it works , its using those .so files, i have created an HA addon for that
But the Addon is based on centos or ubuntu, taking space
In case it was not clear, you have to run the ldd under alpine in the addon environment.
But besides that, if the dependencies are met, it should work.
yeah, but it doesnt work
in system requirements of the SDK, they say clearly that it only works under redhat/centos/ubuntu
so i want to make it work in Alpine , is there no such thing as an emulator?