I was trying to work through the [Development](https://github.com/nim-lang/nimforum#development) instructions and I ran into the same issue as above while running `nimble devdb`. Running `nimble install karax@#f6bda9a` indeed fixes this issue for me.
I do still have a problem: `nimble frontend` fails since it is not able to load `libsass.so`. I did try to install it both trying* `apt install libsass0` and following** [this](https://gist.github.com/edouard-lopez/503d40a5c1a49cf8ae87) install script, but I was not successful. Anyone has suggestions on how to install that? *: `libsass0` provides a `libsass.so.0` (which is an alias for a `libsass.so.0.0.9`) in a folder (`/usr/lib/x86_64-linux-gnu`). Adding that folder to path or copying in nimforum folder and renaming `libsass.so.0.0.9` to `libsass.so` does not solve the issue. **: I end up with a libsass.a which is a static library. I guess it should not be that difficult to ask to compile a dynamic library but I know very little of that to just guess.
