OpenZWave / qt-openzwave

QT5 Wrapper for OpenZWave
GNU Lesser General Public License v3.0
105 stars 30 forks source link

Cannot get docker image to run due to missing libQt5Test.so.5 #56

Closed raz0rf0x closed 4 years ago

raz0rf0x commented 4 years ago

I was trying to load and run a docker container and was met with /usr/local/bin/ozwdaemon: error while loading shared libraries: libQt5Test.so.5: cannot open shared object file: No such file or directory

Currently running docker on Ubuntu 16.04.6 LTS. Making sure everything is as upgraded as it can be and will keep trying. Any help in figuring out what I'm missing would be appreciated.

kpine commented 4 years ago

I see this as well. Looks like ozwdaemon now depends on libQt5Test.so, when it didn't before.

kpine commented 4 years ago

openzwave/ozwdaemon:build-65 is the last image working for me.

raz0rf0x commented 4 years ago

openzwave/ozwdaemon:build-65 is the last image working for me.

Same here. 65 works for me as well

Fishwaldo commented 4 years ago

New Image building now. Should be available in a few hours