Advertisement
Guest User

Untitled

a guest
Jan 21st, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. # ERROR:
  2.  
  3. checking for ZLIB support... yes
  4. checking if the location of ZLIB install directory is defined... no
  5. configure: error: Cannot find libz
  6.  
  7. # solution:
  8.  
  9. in Terminal ,input those command:
  10.  
  11. xcode-select --install
  12. brew upgrade
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement