Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
5604060
Topic
392322
Board
Pools (Altcoins)
Re: [ANN] 1GH.COM - AUR / HVC / MAX / MMC / PTS Anonymous Pool ★
by
1gh
on
09/03/2014, 13:38:25 UTC
Quote from: itsik78 on March 09, 2014, 01:02:13 PM
Fixed it by adding these 2 lines to configure.ac:
Code:
AC_CHECK_LIB([ssl],[SSL_library_init], [], [AC_MSG_ERROR([OpenSSL library required])])
AC_CHECK_LIB([crypto],[EVP_DigestFinal_ex], [], [AC_MSG_ERROR([OpenSSL library required])])
Thanks!