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] Build break with CURL 7.29.0 #3252

Closed
marcalff opened this issue Jan 24, 2025 · 0 comments · Fixed by #3255
Closed

[BUILD] Build break with CURL 7.29.0 #3252

marcalff opened this issue Jan 24, 2025 · 0 comments · Fixed by #3255
Assignees
Labels
bug Something isn't working triage/accepted Indicates an issue or PR is ready to be actively worked on.

Comments

@marcalff
Copy link
Member

In file ext/src/http/client/curl/http_operation_curl.cc, the following header is included:

#include <curl/system.h>

The problem is that header does not exists in CURL 7.29.0, which is the default in Oracle Linux 7 (OL7), based on Red Hat Enterprise Linux 7 (RHEL7).

@marcalff marcalff added the bug Something isn't working label Jan 24, 2025
@marcalff marcalff self-assigned this Jan 24, 2025
@github-actions github-actions bot added the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label Jan 24, 2025
@marcalff marcalff added triage/accepted Indicates an issue or PR is ready to be actively worked on. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant