I am using boost :: asio :: ssl. I installed openssl via sudo apt-get install openssl. In my makefile, I am linking openssl via -lssl.
When compiling, I get the error message: fatal error: openssl / conf.h: no such file or directory
Can someone tell me what I am missing, or if I misplaced the library?
source
share