acreloaded/acr

Build error

Opened this issue · 1 comments

Hello
Im trying to build acr for my Raspberry pi 4
With the make install command
But after a whille the compiler stops with this error:

/usr/bin/ld: cannot find -lcurl
collect2: error ld returned 1 exit status
make: *** Makefile:181: client Error 1

I have installed all the dependencies including the libcurl4

Any help??

The current build script installs libcurl3-dev when building on Linux.

Does it work if you install the dev version (libcurl4-dev)? If not, does it work with libcurl3-dev?