git clone error with libressl

1 post / 0 new
#1 Sun, 2016-10-16 18:08
mmix
  • mmix's picture
  • Offline
  • Last seen: 3 weeks 2 days ago
  • Joined: 2016-06-07

recently, i had some problem with git clone error on github.com

if you had installed libressl and openssl-dev, probably same problem like me.

here is fix :

$ sudo apk del libssh3-dev cur-dev libarchive-dev openssl-dev

$ sudo apk add libressl-dev

openssl-dev should have to installed with openssl.

libressl-dev should have to installed with libressl, obviously.