Skip to content

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

Answered by danbev
eonward asked this question in Q&A

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: 4 comments 9 replies

You must be logged in to vote
2 replies
@brauliobo

@cryptonight-creator

Answer selected by eonward

You must be logged in to vote
6 replies
@cyberluke

@cyberluke

@cyberluke

@danbev

danbev Feb 20, 2025
Collaborator

@cyberluke

You must be logged in to vote
1 reply
@Column01

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
8 participants