lix/scripts
Eelco Dolstra ce5fd1cc12 * Do not set LD_LIBRARY_PATH; it breaks many things. E.g., SuSE's ssh
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.
2003-07-28 16:07:01 +00:00
..
Makefile.am * Incorporated Berkeley DB and ATerm into the source tree. 2003-07-23 15:53:34 +00:00
nix-collect-garbage.in * Changed nix-pull to match nix-push. 2003-07-21 22:05:19 +00:00
nix-profile.sh.in * Do not set LD_LIBRARY_PATH; it breaks many things. E.g., SuSE's ssh 2003-07-28 16:07:01 +00:00
nix-pull.in * Substitutes now should produce a path with the same id as they are 2003-07-22 15:15:15 +00:00
nix-push.in * Syntax fixes. 2003-07-21 21:34:56 +00:00
nix-switch.in * Syntax fixes. 2003-07-21 21:34:56 +00:00
prebuilts.conf * The policy-free derivate sharing now *almost* works. :-) For any 2003-07-10 15:11:48 +00:00