Dependencies issue while installing on 13.4.0
Summary
I have downloaded and installed the OpenHuman debian packages Release v0.54.0, but when trying to run it I get error:
OpenHuman: error while loading shared libraries: libxdo.so.3: cannot open shared object file: No such file or directory
Problem
It is a dependency missing; in Debian, specifically: libxdo3
Solution (optional)
In my case I have solved installing libxdo3: sudo apt install -y libxdo3
This dependency should be added inside the .deb package
Dependencies issue while installing on 13.4.0
Summary
I have downloaded and installed the OpenHuman debian packages Release v0.54.0, but when trying to run it I get error:
OpenHuman: error while loading shared libraries: libxdo.so.3: cannot open shared object file: No such file or directoryProblem
It is a dependency missing; in Debian, specifically:
libxdo3Solution (optional)
In my case I have solved installing
libxdo3:sudo apt install -y libxdo3This dependency should be added inside the
.debpackage