Evan Straw writes: > This library depends on > the following other libraries, as reported by `ldd > /usr/lib/x86_64-linux-gnu/libcurl.so.4`: > > --8<---------------cut here---------------start------------->8--- > linux-vdso.so.1 (0x00007ffd5f393000) > libnghttp2.so.14 => /usr/lib/x86_64-linux-gnu/libnghttp2.so.14 (0x00007f941aae8000) > libidn2.so.0 => /usr/lib/x86_64-linux-gnu/libidn2.so.0 (0x00007f941aac8000) ... > --8<---------------cut here---------------end--------------->8--- Which "ldd" did you use? Ubuntu's or Guix'? Where did you run it? My only guess is what Konrad said: the libcurl library references its dependencies with relative path (which ldd does _not_ display) and the Guix loaded knows nothing about /usr/lib/x86_64-linux-gnu. Try exporting LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu in the environment in which you run SBCL. -- Pierre Neidhardt https://ambrevar.xyz/