Hi, I am trying to build nix with non-default store/state dir. I am building it on a nixos system. I have installed all the basic packages required to build nix, however, while running configure command I get the following error. Please note that I have installed openssl package.
================= checking for OPENSSL... no configure: error: Package requirements (libcrypto) were not met: No package 'libcrypto' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables OPENSSL_CFLAGS and OPENSSL_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. -bash: --with-store-dir=/home/royadav/opt/nix/store: No such file or directory -bash: --localstatedir=/home/royadav/opt/nix/state: No such file or directory ==================== Thanks, Rohit
_______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
