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