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

possible issue with update self breaking choosenim (libcurl) #303

Closed
telatin opened this issue Jul 13, 2022 · 1 comment · Fixed by #310
Closed

possible issue with update self breaking choosenim (libcurl) #303

telatin opened this issue Jul 13, 2022 · 1 comment · Fixed by #310

Comments

@telatin
Copy link

telatin commented Jul 13, 2022

Working on an old Linux (Ubuntu 16.04) server I realized I had nim 1.2.x installed, so I checked if choosenim was available.

It was (couldn't check the version) so I tried

choosenim update self
...
   Updating choosenim
[##################################################] 100.0% 0kb/s
      Info: Updated choosenim to version 0.8.4

but then invoking choosenim:

$ choosenim
could not load: libcurl.so(|.4)
(compile with -d:nimDebugDlOpen for more information)

(sudo apt-get install libcurl4-gnutls-dev fixed the problem, but I was intrigued by the fact that choosenim was working before the update, so it might be worth a check ...)

@dom96
Copy link
Owner

dom96 commented Jul 13, 2022

Yeah, choosenim was updated to use libcurl because of an upstream bug: 214b629. Surprised you need that package for libcurl.so to exist though. Maybe there is another .so that the curl wrapper doesn't know about?

dom96 added a commit that referenced this issue Oct 22, 2022
dom96 added a commit that referenced this issue Oct 22, 2022
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 a pull request may close this issue.

2 participants