>
>
> Also, I downloaded the nss-3.1.1-with-nspr-4.1-dbm.tar.gz from the
> mozilla site to see if the signtool in that would work better, but I'm
> unable to compile the signtool program using the build instructions on
> the website. All the compile commands work successfully but the
> signtool binary doesn't seem to get created. The sources are there, but
> I'm unsure how to complie them and create a signtool binary.
For some reason, signtool was not built by default in NSS 3.1.1. To build it
from the tarball,
cd mozilla/security/nss/cmd/signtool
gmake
See this doc for instructions:
http://docs.iplanet.com/docs/manuals/cms/41/adm_gide/app_sign.htm
-Ian