Hey! I've been facing this error everytime I run the Makefile: ----- LINK git-imap-send imap-send.o: In function `verify_hostname': /git/imap-send.c:252: undefined reference to `sk_num' /git/imap-send.c:254: undefined reference to `sk_value' /git/imap-send.c:260: undefined reference to `sk_pop_free' /git/imap-send.c:260: undefined reference to `sk_pop_free' imap-send.o: In function `ssl_socket_connect': /git/imap-send.c:287: undefined reference to `SSL_library_init' /git/imap-send.c:288: undefined reference to `SSL_load_error_strings' /git/imap-send.c:290: undefined reference to `SSLv23_method' collect2: error: ld returned 1 exit status Makefile:2454: recipe for target 'git-imap-send' failed make: *** [git-imap-send] Error 1 ----- I'm unaware of git imap-send and what it does. I've not done any changes in the above-mentioned files. And now because of this error, I really cant test any changes I've made. It'd be helpful if I could get some guidance on this. Thanks! Regards, Nirmal Khedkar