Hi, owner, owner <[email protected]> skribis:
> /home/rhys/Guix/guix/guix-daemon: error while loading shared libraries: > libsqlite3.so.0: cannot open shared object file: No such file or directory This is the culprit: The build daemon cannot be launched because that library is not found. Since you’re on GuixSD, that probably means that ld-wrapper is not in the profile/environment (it would have added libsqlite3 to the RUNPATH of guix-daemon.) Can you please make sure that either you install ‘gcc-toolchain’ in your profile (rather that gcc + binutils + glibc), or that you build using ‘guix environment guix’ as noted in ‘README’? TIA, Ludo’. PS: Please keep [email protected] in Cc.
