Sorry for the delay but i'm not alway following the forum topics. Better to ask this kind of questions directly on github. That said you have 3 options:
1. Modify your /etc/ld.conf for adding /usr/local/lib to dynamic search path (see <https://renenyffenegger.ch/notes/Linux/fhs/etc/ld_so_conf>) 2. Run your app by setting the LD_LIBRARY_PATH env variable to /usr/local/lib 3. Install dotherside to /usr/lib
