Yes, it's a VM.
What to do with this "-lcrypto" ?
You compiling for the first time? Add it to the final link command line, or apply this patch (devs are also compiling for the first time) and run autogen.sh
diff --git a/Makefile.am b/Makefile.am
index b5b28e3..e69a01b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,6 +30,6 @@ if ARCH_ARM
minerd_SOURCES += sha2-arm.S scrypt-arm.S
endif
minerd_LDFLAGS = $(PTHREAD_FLAGS)
-minerd_LDADD = @LIBCURL@ @JANSSON_LIBS@ @PTHREAD_LIBS@ @WS2_LIBS@ -lssl
+minerd_LDADD = @LIBCURL@ @JANSSON_LIBS@ @PTHREAD_LIBS@ @WS2_LIBS@ -lcrypto
minerd_CPPFLAGS = @LIBCURL_CPPFLAGS@