filcuc / nimqml

Qt Qml bindings for the Nim programming language
Other
161 stars 20 forks source link

libDOtherSide is not detected #45

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!

filcuc commented 2 years ago

@Behkar the LD_LIBRARY_PATH should point to a directory

filcuc commented 2 years ago

if the problem persist then the double check that your not missing recursive dependencies for the libDOtherSide.so.0.8 by using ldd

Behkar commented 2 years ago

Thanks , The problem was that qt-default was not installed on ubuntu 20.04. Unfortunately, there is no qt-default package on Ubuntu 22.04!