Linux commands

Friday, June 9, 2017

gmake[4]: ../../../config/./nsinstall: Command not found

solution:
If you start compilation with NSPR then this error will through 

so don't do first nspr build ,

Do NSS build only from nss folder.
cd nss
gmake BUILD_OPT=1 NSPR_INCLUDE_DIR=/root/nss/ USE_SYSTEM_ZLIB=1 ZLIB_LIBS=-lz nss_build_all

2 comments:

  1. awesome tip. saved me from feeling your hell. gracias amigo


    ReplyDelete
  2. Helped me as well. \o/

    Sadly LFS/BLFS does not mention this.

    ReplyDelete