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

libcurl3/libcurl4 mismatch issue (version `CURL_OPENSSL_3' not found) #109

Closed
shiftkey opened this issue Sep 13, 2018 · 3 comments · Fixed by shiftkey/desktop#79
Closed

Comments

@shiftkey
Copy link
Member

Looks like there's some more work from #102 around managing libcurl.so.4 because of how the Ubuntu toolchain works:

@immackay
Copy link

immackay commented Sep 13, 2018

A current fix on Arch is to install libcurl-openssl-1.0 from the AUR and then preload that library, eg:

printf "#!/bin/sh\n\nLD_PRELOAD=/usr/lib/libcurl-openssl-1.0.so /opt/github-desktop/desktop \"\$@\"\n" | install -Dm755 /dev/stdin /usr/bin/github-desktop

and link to that executable in the .desktop file. I'm sure that something similar could be performed on other distros if needed.

@shiftkey
Copy link
Member Author

I believe this has been resolved with v.2.19.1-3 which is available on NPM with dugite 1.79.0, but it's not going to make it into GitHub Desktop until next week or so.

@shiftkey
Copy link
Member Author

I've just published 1.5.0-linux1 that should address the libcurl issue on newer distros https://github.com/shiftkey/desktop/releases/tag/release-1.5.0-linux1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants