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

Wrong manifest entries for libssl and libcrypto #379

Open
vadimcn opened this issue Oct 22, 2024 · 0 comments
Open

Wrong manifest entries for libssl and libcrypto #379

vadimcn opened this issue Oct 22, 2024 · 0 comments
Labels
platform:windows Specific to the Windows platform

Comments

@vadimcn
Copy link

vadimcn commented Oct 22, 2024

The PYTHON.json in cpython-3.12.7+20241016-x86_64-pc-windows-msvc-shared-pgo-full.tar.zst has this:

        "extensions": {
            ...
            "_ssl": [
                {
                    ...
                    "links": [
                        ...
                        {
                            "name": "libcrypto-1_1-x64",
                            "path_dynamic": "install/DLLs/libcrypto-1_1-x64.dll"
                        },
                        {
                            "name": "libssl-1_1-x64",
                            "path_dynamic": "install/DLLs/libssl-1_1-x64.dll"
                        }
                    ],

However libcrypto-1_1-x64.dll and libssl-1_1-x64.dll do not exist in the archive. Instead, there are libcrypto-3-x64.dll and libssl-3-x64.dll

@charliermarsh charliermarsh added windows platform:darwin Specific to the macOS platform platform:windows Specific to the Windows platform and removed platform:darwin Specific to the macOS platform windows labels Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform:windows Specific to the Windows platform
Projects
None yet
Development

No branches or pull requests

2 participants