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

adding verification about curl linking details #127

Merged
merged 2 commits into from
Oct 20, 2018

Conversation

shiftkey
Copy link
Member

Before I look to address #109 (by building curl myself? by statically linking?) I'd like to confirm the mismatch between libcurl.so.4 and CURL_OPENSSL_3 that I've painted myself into.

@shiftkey
Copy link
Member Author

Cool, looks like it's working as intended:

File: ./libexec/git-core/git-remote-http
readelf output:
 0x0000000000000001 (NEEDED)             Shared library: [libcurl.so.4]
 0x0000000000000001 (NEEDED)             Shared library: [libz.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libpthread.so.0]
 0x0000000000000001 (NEEDED)             Shared library: [librt.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libc.so.6]
objdump output:
GLIBC_2.14 
GLIBC_2.2.5
GLIBC_2.3 
GLIBC_2.3.4
GLIBC_2.4 
strings output:
CURL_OPENSSL_3

@shiftkey shiftkey merged commit 5a5eb96 into master Oct 20, 2018
@shiftkey shiftkey deleted the strings-investigating branch October 20, 2018 14:32
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.

None yet

1 participant