Hi,
I recently made update of ubuntu, and I've been trying to get my guile-based framework to work. First, the guile 2.0.11 installed through Guix caused core dumps on initialization, so I switched to the version from the ubuntu repository.

Now I've been trying to load some of the extensions needed for my program to run. However, when I try to load-extension, I get the error:
ERROR: In procedure load-extension:
ERROR: In procedure dynamic-link: file: "physics", message: "file not found"

I also tried to pass the full path, either with or without the ".so" suffix, but it keeps failing.
What could be the possible reason?