I'm attempting to run the rust-sciter
minimal example however the run command cargo run --example minimal
is telling me the library -lsciter-gtk-64
cannot be found.
However when I check ldconfig -p | grep sciter
it returns just fine libsciter-gtk-64.so (libc6, x86-64) => libsciter-gtk-64.so
.
I've also ran ldd
on the .so
file itself and all sciter
dependencies were found as well.
I'm not sure what I'm doing wrong.