Skip to content

Instantly share code, notes, and snippets.

@rummykhan
Created April 23, 2021 19:53
Show Gist options
  • Save rummykhan/3cdb5231703a85984bb1a35b99a6fd80 to your computer and use it in GitHub Desktop.
Save rummykhan/3cdb5231703a85984bb1a35b99a6fd80 to your computer and use it in GitHub Desktop.
Add open SSL binary to path to install swoole
export PATH="/usr/local/opt/openssl/bin:$PATH"
export LDFLAGS="-L/usr/local/opt/openssl/lib"
export CPPFLAGS="-I/usr/local/opt/openssl/include"
export PKG_CONFIG_PATH="/usr/local/opt/openssl/lib/pkgconfig"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment