cfillion / reapack

📦 Package manager for REAPER
https://reapack.com
GNU Lesser General Public License v3.0
328 stars 21 forks source link

can't load reapack plugins linux #24

Closed daeavelwyn closed 5 years ago

daeavelwyn commented 5 years ago

Hi folks,

I actually get this message from reaper when launching from a terminal :

swell: dlopen() failed: libcurl.so.4: cannot open shared object file: No such file or directory
Error loading /home/daeavelwyn/.config/REAPER/UserPlugins/reaper_reapack64.so: (null)

and reapack doesn't appear in the extension menu. Any ideas ?

daeavelwyn commented 5 years ago

Answering to myself, just install libcurl4

sudo apt-get install libcurl4

if it can help others :)