Hi! Konrad Hinsen <[email protected]> skribis:
> Pierre Neidhardt <[email protected]> writes: [...] >> Try exporting LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu in the >> environment in which you run SBCL. > > Guix' ldd has been patched to ignore LD_LIBRARY_PATH, so my prediction > is that this won't change anything. ‘ldd’ is a script that simply invokes the program with LD_TRACE_LOADED_OBJECTS=1 (honored by ‘ld.so’), and Guix ‘ld.so’ does honor ‘LD_LIBRARY_PATH’, it’s no different here. Ludo’.
