Skip to content
Snippets Groups Projects
  1. Aug 06, 2003
  2. Aug 05, 2003
  3. Aug 04, 2003
  4. Aug 01, 2003
  5. Jul 31, 2003
  6. Jul 30, 2003
  7. Jul 29, 2003
  8. Jul 28, 2003
    • Eelco Dolstra's avatar
      * Do not set LD_LIBRARY_PATH; it breaks many things. E.g., SuSE's ssh · ce5fd1cc
      Eelco Dolstra authored
        dynamically links against libdb4 (?!), due to LD_LIBRARY_PATH it picks 
        up our libdb4 instead of SuSE's libdb4, but our libdb4 uses another 
        glibc so loading barfs.
      
        Instead, all packages should use rpaths to store library locations in
        executables/libraries.  The disadvantage is that overriding rpaths is 
        harder.  (It is possible by invoking the dynamic linker directly, e.g., 
        `/lib/ld-linux.so.2 --ignore-path LIST program args...' to ignore the 
        rpath for the libraries in LIST).  It would be better to use DT_RUNPATH, 
        which is consulted by the dynamic linker *after* LD_LIBRARY_PATH but 
        *before* ld.so.cache and the system directories.
      ce5fd1cc
    • Eelco Dolstra's avatar
    • Eelco Dolstra's avatar
      * `nix --help'. · 949c4fa1
      Eelco Dolstra authored
      * `nix --query --graph' to print a dot dependency graph of derive
        expressions.
      949c4fa1
  9. Jul 24, 2003
Loading