8000 fix(sp1up): correct openssl warning message in install script by NaijaCoderGirl · Pull Request #2184 · succinctlabs/sp1 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix(sp1up): correct openssl warning message in install script #2184

New issue 8000

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 28, 2025

Conversation

NaijaCoderGirl
Copy link
Contributor

Motivation

While trying to run my sp1up install script on my Mac, I was sort of losing it because I didn't have OpenSSL. The script performs two separate checks for required libraries under macOS: the first one is right to give a warning about missing libusb, but the second one (for OpenSSL) is wrong in copying the libusb warning.

Solution

This pull request corrects the sp1up install script so the OpenSSL check will print the correct warning message. The message has been revised to:

"warning: openssl not found. You may need to install it manually on MacOS via Homebrew (brew install openssl)."

This fix should prevent mac users from being confused and spare others the frustration I had to endure.

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

@nhtyy
Copy link
Collaborator
nhtyy commented Mar 28, 2025

lgtm thank you

@nhtyy nhtyy merged commit 8c627ea into succinctlabs:dev Mar 28, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0