[Nix-dev] Missing libbz2

Eelco Dolstra eelco.dolstra at logicblox.com
Fri Jul 13 19:05:23 CEST 2012


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/


More information about the nix-dev mailing list