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

prov/cxi: Add FI_CXI_CURL_LIB_PATH #define from autoconf #10711

Merged
merged 2 commits into from
Jan 27, 2025

Conversation

biddisco
Copy link
Contributor

fix #10710

ensures libcurl dlopen path is correct

If the user passes '--with-curl=' to configure, then the dlopen of libcurl should honor that selection and use the file path passed in

@biddisco biddisco force-pushed the cxi_curl_libpath branch 2 times, most recently from f5f1311 to 7b1d3d4 Compare January 20, 2025 13:09
This ensures that the libcurl dlopen path is correct

If the user passes '--with-curl=<path>' to configure, then the dlopen of
libcurl should honor that selection and use the file path passed in

Signed-off-by: John Biddiscombe <[email protected]>
@biddisco biddisco changed the title Add FI_CXI_CURL_LIB_PATH #define from autoconf prov/cxi: Add FI_CXI_CURL_LIB_PATH #define from autoconf Jan 20, 2025
@iziemba
Copy link
Contributor

iziemba commented Jan 22, 2025

Thanks John for opening this. I'll have someone review this and provide feedback.

Copy link
Contributor

@heemstra heemstra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution, John. I've tested this locally and it checks out. The code looks good - the only nit I have is that we're not checking whether curl_libpath exceeds the size of libfile.

@j-xiong
Copy link
Contributor

j-xiong commented Jan 24, 2025

@biddisco Intel CI is blocked on authentication step. Have you received the invitation to join ofiwg I sent you two days ago?

@biddisco
Copy link
Contributor Author

@biddisco Intel CI is blocked on authentication step. Have you received the invitation to join ofiwg I sent you two days ago?

Thanks. Just found it and accepted invite.

@j-xiong j-xiong merged commit 0e6f63f into ofiwg:main Jan 27, 2025
13 checks 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.

prov/cxi: hardcoded path to libcurl breaks use on some setups
4 participants