We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 text was updated successfully, but these errors were encountered:
The current build script installs libcurl3-dev when building on Linux.
libcurl3-dev
Does it work if you install the dev version (libcurl4-dev)? If not, does it work with libcurl3-dev?
libcurl4-dev
Sorry, something went wrong.
No branches or pull requests
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 text was updated successfully, but these errors were encountered: