Azure / dps-keygen

Helper tool to deal with the device keys :closed_lock_with_key:
MIT License
24 stars 16 forks source link

dps_cstr does not work on Azure CLI - missing libssl.so.1.0.0 #20

Open stunney opened 3 years ago

stunney commented 3 years ago

Install via npm in my project folder

PS /home/stephen/fridgetruck/> npm install dps-keygen

module is installed successfully under ./node_modules

Try and run dps_cstr and get an error: Missing libssl.so.1.0.0.

PS /home/stephen/fridgetruck/node_modules/dps-keygen/bin/linux> ./dps_cstr
/home/stephen/fridgetruck/node_modules/dps-keygen/bin/linux/dps_cstr: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory

Environment: Azure PowerShell CLI Azure Bash CLI