libDOtherSide is not detected even after compiling dotherside and installing nimqml via nimble!
error code:
./main
could not load: libDOtherSide.so.0.8
(compile with -d:nimDebugDlOpen for more information)
Even with the path it can't detect:
export LD_LIBRARY_PATH=/usr/local/lib/libDOtherSide.so.0.8
or
export LD_LIBRARY_PATH=/usr/local/lib/libDOtherSide.so
libDOtherSide is not detected even after compiling dotherside and installing nimqml via nimble! error code: ./main could not load: libDOtherSide.so.0.8 (compile with -d:nimDebugDlOpen for more information)
Even with the path it can't detect: export LD_LIBRARY_PATH=/usr/local/lib/libDOtherSide.so.0.8 or export LD_LIBRARY_PATH=/usr/local/lib/libDOtherSide.so
While I checked the libraries there are!