error while loading shared libraries: ? : cannot open shared object file: No such file or directory while running runmqakm

Viewed 54

I have set up node.js to put message into local MQ queue. The set up is on windows machine. Am trying to create .kdb file for SSL, using MQI client.

I have set the PATH variable to bin folder of 9.3.0.0-IBM-MQC-Redist-Win64 (C:\9.3.0.0-IBM-MQC-Redist-Win64\bin). Am able to put or get message into local queue.

Also I have set this variable MQIJS_NOREDIST using export command, so as to avoid downloading everytime.

When I run below command

runmqakm -keydb -create -db clientkey.kdb -pw tru5tpassw0rd -type pkcs12 -expire 1000 -stash

I get the error

C:/9.3.0.0-IBM-MQC-Redist-Win64/bin/runmqakm.exe: error while loading shared libraries: ? : cannot open shared object file: No such file or directory
0 Answers
Related