Hi, On 13/07/12 12:37, Pjotr Prins wrote:
>> You need the /usr/lib/libbz2.so symlink, which is typically provided by a >> package named bzip2-devel or something similar. > > I don't have root. The idea is to be completely in user land. > nix-0.13 actually works :) That's because Nix 1.1 requires libbz2. You should build libbz2 from source and run something like ‘configure CFLAGS="-I /path/to/bzip2/include" LDFLAGS="-L /path/to/bzip2/lib"’ (not tested). -- Eelco Dolstra | LogicBlox, Inc. | http://nixos.org/~eelco/ _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
