I am trying to build nix-1.1pre2742_a7a43ad in user land (no root on the grid). It finds bzip2 fine, but
./configure --prefix=$HOME/opt/local (...) checking for BZ2_bzWriteOpen in -lbz2... no configure: error: Nix requires libbz2, which is part of bzip2. See http://www.bzip.org/. It should be there $ locate libbz2 /usr/lib/libbz2.so.1 /usr/lib/libbz2.so.1.0.3 /usr/lib64/libbz2.so.1 /usr/lib64/libbz2.so.1.0.3 also $ ls ../bzip2-1.0.6/lib* ../bzip2-1.0.6/libbz2.a What is the recommended thing to do. There is no parameter for configure. Pj. _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
