Rutherther <ruthert...@ditigal.xyz> writes: > This is wrong. Did you by any chance set LD_LIBRARY_PATH variable? If > so, unset it, I don't see other reason your so files would point to > ~/.guix-profile/lib. LD_LIBRARY_PATH is a dirty workaround, I would > suggest you to refrain from using it, it is bound to break stuff.
Yes, this is what caused the issue, thank you! I think I tried to make some non-guix software find the installed libraries and forgot about it. Is there a recommended way to do that with guix (apart from writing a package) or is the solution to just never set it globally? Best, eruwero