maralla / pack

📦 The missing vim8 package manager.
MIT License
262 stars 17 forks source link

`CURL_OPENSSL_3' not found #7

Closed TerminalWitchcraft closed 6 years ago

TerminalWitchcraft commented 6 years ago

I tried installing pack from the releases page(v 0.2.0). When I run the pack command, I get the following error: ./pack: /usr/lib/libcurl.so.4: version 'CURL_OPENSSL_3' not found (required by ./pack)

Following this thread and this one, I tried this workaround: export LD_PRELOAD=/usr/lib/libcurl.so.3 which finally worked with an error: ./pack: /usr/lib/libcurl.so.3: no version information available (required by ./pack)

Is there any way to suppress/rectify this error?

My system information: Arch Linux 4.13.12-1 x86_64

maralla commented 6 years ago

I just released v0.2.1 which should fix the problem.

TerminalWitchcraft commented 6 years ago

Thanks! I was able to solve this problem by compiling from source on the previous version. Anyways, I'll upgrade to the latest version.