filcuc / dotherside

C language library for creating bindings for the Qt QML language
Other
200 stars 40 forks source link

libDOtherSide is not detected (nimlang) #109

Closed Behkar closed 2 years ago

Behkar commented 2 years ago

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!