Skip to content

How to fix: llama.cpp built without libcurl #9835

Answered by danbev
eonward asked this question in Q&A
Discussion options

You must be logged in to vote

Can you double check that the llama.cpp version that you build used the LLAMA_CURL flag?

If using cmake this would look something like this:

$ cmake -S . -B build -DLLAMA_CURL=ON

Or if using make:

$ make LLAMA_CURL=1

Also, if I remember correctly you might need the libcurl4-openssl-dev package as well.

$ sudo apt install libcurl4-openssl-dev

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
2 replies
@brauliobo
Comment options

@cryptonight-creator
Comment options

Answer selected by eonward
Comment options

You must be logged in to vote
6 replies
@cyberluke
Comment options

@cyberluke
Comment options

@cyberluke
Comment options

@danbev
Comment options

danbev Feb 20, 2025
Collaborator

@cyberluke
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants