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

Build Error Due to Incompatibility with OpenSSL Version #39

Open
kapilsharma-gts opened this issue Jun 9, 2024 · 0 comments
Open

Build Error Due to Incompatibility with OpenSSL Version #39

kapilsharma-gts opened this issue Jun 9, 2024 · 0 comments

Comments

@kapilsharma-gts
Copy link

The build process is failing due to an incompatibility with the version of OpenSSL installed on the system. The project appears to require OpenSSL version 1.0.2s, but the system has OpenSSL version 3.3.1 installed. As a result, the build process is unable to locate the required OpenSSL libraries, leading to errors during compilation.

Steps to Reproduce:

Clone the project repository.
Navigate to the build directory.
Run cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug .. to generate the build files.
Run make -j 8 to build the project.
Expected Behavior:
The project should build successfully without any errors.

Actual Behavior:
The build process fails with errors related to missing OpenSSL libraries, specifically libssl.1.0.0.dylib.

Potential Solutions:

Update the project's build configuration to use the correct paths for OpenSSL version 3.3.1.
Install OpenSSL version 1.0.2s on the system and configure the build process to use this specific version.
Ensure compatibility with OpenSSL version 3.x or update the project to support the newer OpenSSL version.
Consult the project's documentation or community for guidance on resolving compatibility issues with OpenSSL.

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

No branches or pull requests

1 participant