Guest User

Untitled

a guest
Oct 21st, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. * OS: Ubuntu 16.04
  2. * Error: can't find mysql_config
  3. * Solution: ```apt install -y libmysqlclient-dev```
  4. ---
  5. * OS: Ubuntu 16.04
  6. * Error: can't find openssl.h
  7. * Solution: ```apt install -y libssl-dev```
Add Comment
Please, Sign In to add comment