Created
          April 23, 2021 19:53 
        
      - 
      
- 
        Save rummykhan/3cdb5231703a85984bb1a35b99a6fd80 to your computer and use it in GitHub Desktop. 
    Add open SSL binary to path to install swoole
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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