Skip to content

Commit a8ef140

Browse files
authored
Merge pull request RedisLabs#97 from RedisLabs/fix/macos-tls-readme
Add a note about OpenSSL issues with macOS.
2 parents 869f227 + b3f5feb commit a8ef140

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,14 @@ On Ubuntu/Debian distributions, simply install all prerequisites as follows:
8080
To build natively on macOS, use Homebrew to install the required dependencies::
8181

8282
```
83-
$ brew install autoconf automake libtool libevent pkg-config
83+
$ brew install autoconf automake libtool libevent pkg-config openssl@1.1
84+
```
85+
86+
When running `./configure`, if it fails to find libssl it may be necessary to
87+
tweak the `PKG_CONFIG_PATH` environment variable:
88+
89+
```
90+
PKG_CONFIG_PATH=/usr/local/opt/openssl@1.1/lib/pkgconfig ./configure
8491
```
8592

8693
### Building and installing

0 commit comments

Comments
 (0)