Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Check OpenSSL install location #1654

Closed
2 tasks
Jakeeyturner opened this issue Nov 18, 2019 · 1 comment
Closed
2 tasks

Check OpenSSL install location #1654

Jakeeyturner opened this issue Nov 18, 2019 · 1 comment
Assignees
Labels
bug Something isn't working sev2
Milestone

Comments

@Jakeeyturner
Copy link
Contributor

Description

At the moment on the PreReqs page we run openssl -v to check for the version of OpenSSL.
We should update this to check that one of the following directories exist:

C:\OpenSSL-Win32 (32-bit systems)
C:\OpenSSL-Win64 (64-bit systems)

Expected Behavior

Actual Behavior

Possible Fix

Steps to Reproduce

Existing issues

Log File

Your Environment

  • IBM Blockchain Platform Extension Version:
  • Visual Studio Code version:
  • Environment name and version (e.g. Node.js v8.12.0, npm v6.4.1):
  • Operating System and version:
  • Link to your project:
@Jakeeyturner Jakeeyturner added the enhancement New feature or request label Nov 18, 2019
@greg2git
Copy link

Correct and this is the result:

PS C:\Users\a> node --version
v10.17.0
PS C:\Users\a> npm --version
6.11.3
PS C:\Users\a> openssl -v
openssl : The term 'openssl' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1

  • openssl -v
  •   + CategoryInfo          : ObjectNotFound: (openssl:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundException
    

@cazfletch cazfletch added p2 bug Something isn't working sev2 and removed enhancement New feature or request p2 labels Dec 2, 2019
@cazfletch cazfletch added this to the Sprint 23 milestone Dec 10, 2019
@cazfletch cazfletch added the next label Dec 10, 2019
Jakeeyturner added a commit to Jakeeyturner/blockchain-vscode-extension that referenced this issue Jan 6, 2020
Signed-off-by: Jake Turner <jaketurner25@live.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working sev2
Projects
None yet
Development

No branches or pull requests

3 participants