Skip to content

CKAN Attempts to use LibCurl even though removed. #2436

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

Closed
Ruedii opened this issue Apr 29, 2018 · 6 comments
Closed

CKAN Attempts to use LibCurl even though removed. #2436

Ruedii opened this issue Apr 29, 2018 · 6 comments
Labels
Linux Issues specific for Linux Network Issues affecting internet connections of CKAN

Comments

@Ruedii
Copy link

Ruedii commented Apr 29, 2018

CKAN Version:
v1.25.1

KSP Version:
v1.4.1

Operating System:
Ubuntu Linux Mate Edition 17.10

Have you made any manual changes to your GameData folder (i.e., not via CKAN)?
No

Problem

On a fresh install it complains the following:
23628 [1] WARN CKAN.Curl (null) - Curl environment not pre-initialised, performing non-threadsafe init.
According to release notes Curl was completely removed.

What steps did you take in CKAN?
Fresh install on Linux, launched it selected check for updates automatically on load.

What did you expect to happen?
Actually work.

What happened instead?
Failed with error, then gave wrong error claiming it was a cert error, when it wasn't.

CKAN error codes (if applicable):
Attached log
CKAN.log

@politas
Copy link
Member

politas commented May 3, 2018

Curl hasn't been completely removed. We've taken it out of default use for mods, but it still gets used for repo updates, I think.

@Ruedii
Copy link
Author

Ruedii commented May 26, 2018

Well the curlsharp library is missing.

Or more accurately it's apparently looking for the windows native curl library instead of the Linux one. (The Linux one is libcurl4.so or libcurl3.so)

According to the release notes:
"libcurl is no longer used by CKAN for Linux or Mac. If you experience problems downloading, please contact us"

@Ruedii
Copy link
Author

Ruedii commented May 26, 2018

OK, updated to the Mono repository for Mono 5.x and it works fine now.

It's clearly having trouble finding the native libcurl or not recognizing that it is running on a Linux machine when under Mono 4.x.

Sorry, something went wrong.

@HebaruSan
Copy link
Member

@Ruedii, why do you say "it's apparently looking for the windows native curl library instead of the Linux one"? Is there something in the error message that indicates that?

Sorry, something went wrong.

@HebaruSan HebaruSan added Linux Issues specific for Linux Network Issues affecting internet connections of CKAN labels Oct 2, 2018
@Ruedii
Copy link
Author

Ruedii commented Oct 3, 2018 via email

Sorry, something went wrong.

@HebaruSan
Copy link
Member

OK, closing as per issue author.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Linux Issues specific for Linux Network Issues affecting internet connections of CKAN
Projects
None yet
Development

No branches or pull requests

3 participants