-
-
Notifications
You must be signed in to change notification settings - Fork 345
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
Comments
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. |
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: |
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. |
@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? |
The issue has since been resolved. This is no longer an issue.
On 4:37PM, Tue, Oct 2, 2018 HebaruSan ***@***.***> wrote:
@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?
…
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
OK, closing as per issue author. |
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
The text was updated successfully, but these errors were encountered: