# What is a curl error?

**URL:** https://discourse.julialang.org/t/what-is-a-curl-error/71291
**Category:** General Usage
**Created:** [November 10, 2021, 10:33pm UTC](https://discourse.julialang.org/t/what-is-a-curl-error/71291 "2021-11-10T22:33:35Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![ctkelley](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ctkelley/32/10684_2.png) [@ctkelley](https://discourse.julialang.org/u/ctkelley)
#### Post date: [November 10, 2021, 10:33pm UTC](https://discourse.julialang.org/t/what-is-a-curl-error/71291/1 "2021-11-10T22:33:35Z")

</div>

I just tried to install GoldenSequences on two of my computers and got a message I do not understand. The error I saw first was a stream of identical messages like this

```julia
┌ Error: curl_easy_setopt: 48

└ @ Downloads.Curl /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.6/Downloads/src/Curl/utils.jl:36

```

What does this mean? I’m running 1.6.3.

Both are MACs running Monterey. One is Intel. The other is ARM. I did a restart and all seems to be well.

---

<div class="post-metadata">

### Author: ![Pbellive](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/pbellive/32/3604_2.png) [@Pbellive](https://discourse.julialang.org/u/Pbellive)
#### Post date: [November 10, 2021, 10:44pm UTC](https://discourse.julialang.org/t/what-is-a-curl-error/71291/2 "2021-11-10T22:44:47Z")

</div>

Quoting from [Wikipedia](https://en.wikipedia.org/wiki/CURL):

> **cURL** (pronounced like “curl”, /kɜːl/[[6]](https://en.wikipedia.org/wiki/CURL#cite_note-FAQ,_haxx.se-6)) is a computer software project providing a [library](https://en.wikipedia.org/wiki/Library_(computing)) ( **libcurl** ) and [command-line](https://en.wikipedia.org/wiki/Command-line) tool ( **curl** ) for transferring data using various network [protocols](https://en.wikipedia.org/wiki/Protocol_(computing)). The name stands for “Client [URL](https://en.wikipedia.org/wiki/URL)”

I think julia uses libcurl under the hood for downloading files. I’m not sure why you’re getting such a cryptic error message but I’m guessing you were just having some connectivity issues and they went away after restarting.

---

<div class="post-metadata">

### Author: ![ctkelley](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ctkelley/32/10684_2.png) [@ctkelley](https://discourse.julialang.org/u/ctkelley)
#### Post date: [November 10, 2021, 10:47pm UTC](https://discourse.julialang.org/t/what-is-a-curl-error/71291/3 "2021-11-10T22:47:58Z")

</div>

That would be great if it’s true. When I got this mess on the Intel machine I got in so deep that I had to download .julia/environments/v1.6 from another computer before I could sort it out. The ARM machine showed the same message 30mins later, but did not cause any problems.

---

<div class="post-metadata">

### Author: ![amrods](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/amrods/32/2543_2.png) [@amrods](https://discourse.julialang.org/u/amrods)
#### Post date: [November 10, 2021, 10:48pm UTC](https://discourse.julialang.org/t/what-is-a-curl-error/71291/4 "2021-11-10T22:48:13Z")

</div>

It’s an issue with Monterey:

> [@Is Julia compatible with Mac OS Monterey?](https://discourse.julialang.org/t/is-julia-compatible-with-mac-os-monterey/70588/3):
>
> I think there is an issue with updating packages. It’s already being taken care of, judging by the issue in github. edit: here is the issue [https://github.com/JuliaLang/julia/issues/42814](https://github.com/JuliaLang/julia/issues/42814)

I think it will be resolved by the next release. In my experience, it is harmless.
