Skip to content

Commit

Permalink
Merge pull request #5 from rustls/faq
Browse files Browse the repository at this point in the history
Add FAQ note about rebuilding
  • Loading branch information
kpcyrd authored Dec 9, 2024
2 parents d844970 + 158e22a commit 7969dc3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,15 @@ brew install rustls/tap/curl
```

See also [Homebrew documentation for Taps](https://docs.brew.sh/Taps).

## FAQ

```
cargo: error while loading shared libraries: librustls.so.0.14.0: cannot open shared object file: No such file or directory
```

In some cases you may need to manually rebuild your rustls-linked curl binary/library after updating the rustls-ffi package, this can be done with the following command. If you know of a way to have homebrew automatically detect this please let us know. ✨

```
brew reinstall rustls/tap/curl
```

0 comments on commit 7969dc3

Please sign in to comment.