You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file /usr/lib/x86_64-linux-gnu/softhsm/libsofthsm2.so does not exist even after apt-get install -y softhsm opensc openssl successfully completes. Further investigation shows that package actually installs the .so to /usr/lib/softhsm/libsofthsm2.so.
Changing the modulepath in init_hsm.sh allows the script to complete successfully and the image to be created.
I'm attempting to follow the README instructions to build the Docker image but am running into an error when
init_hsm.sh
executes.The file
/usr/lib/x86_64-linux-gnu/softhsm/libsofthsm2.so
does not exist even afterapt-get install -y softhsm opensc openssl
successfully completes. Further investigation shows that package actually installs the.so
to/usr/lib/softhsm/libsofthsm2.so
.Changing the
modulepath
ininit_hsm.sh
allows the script to complete successfully and the image to be created.Total diff is
I'm running this on an Apple M1 Macbook Pro, which may be the root cause.
Are others running into this issue as well? I'm happy to submit a PR with this change if so.
The text was updated successfully, but these errors were encountered: