Skip to content
New issue

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

OpenSSL library better detection and support use of custom openssl path (v3.0) #4781

Open
wants to merge 6 commits into
base: v3.0
Choose a base branch
from

Conversation

yashwantsahu20
Copy link
Collaborator

@yashwantsahu20 yashwantsahu20 commented Dec 23, 2024

  1. Use pkg-config to detect all the OS.
  2. Support for custom openssl path:

Steps to use custom openssl library:
Note: Tested with openssl 3.5.1 version

  1. Download openssl source code.
  2. ./config --prefix=/home/ysahu/project/custom_ssl/openssl_custom_ins
  3. make
  4. make install
  5. Compile ProxySQL using

make CUSTOM_OPENSSL_PATH=/home/ysahu/project/custom_ssl/openssl_custom_ins

#4774

@yashwantsahu20 yashwantsahu20 changed the title [WIP] OpenSSL library better detection and support use of custom openssl path OpenSSL library better detection and support use of custom openssl path Dec 26, 2024
@yashwantsahu20 yashwantsahu20 changed the title OpenSSL library better detection and support use of custom openssl path OpenSSL library better detection and support use of custom openssl path (v3.0) Dec 26, 2024
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.

1 participant