corinne dive-reclus wrote:
>
> Hello,
>
> I am trying to configure iPlanet to work with my hardware PKCS#11 token.
> For that, I have to use modutil to add my token.
> Unfortunately lots of shared libraries located into server4/https/lib
> were not found and I had to copy them in different location to make them
> find by modutil.
> Anyway I could see the list of default tokens provided by iPlanet.
> While trying adding my module I came with the following message:
> Failed adding the module HSM1
> rerunning modutil -add ... with truss shows that my hardware token dll
> cannot be mapped:
> mmap returns EACCESS.
>
> Any idea what can cause that ?
> Any help greatly appreciated.
> Corinne
AFAIK, the only mmap calls in the NSS security code are in the random
number generator (compiled only for IRIX), and in the SSL server code
(which you wouldn't be using in modutil).
If the problem only occurs when using your token, that suggests to me that
the mmap call is probably in the PKCS#11 "module" DSO for your token.
Please continue to post all followup messages to these newsgroups. Thanks.
--
Nelson Bolyard Sun / Netscape Alliance
Disclaimer: I speak for myself, not for Netscape