muquit / mailsend

A program to send mail via SMTP from command line
Other
297 stars 68 forks source link

mailsend built with openssl says it's not built with openssl #99

Open octopusgrabbus opened 8 years ago

octopusgrabbus commented 8 years ago

When I build mailsend with OpenSSL and then invoke on the command line using -auth, mailsend says

Error: Must be compiled with OpenSSL in order to get CRAM-MD5 support

after accepting the subject line. What steps can I take to find out what's wrong? I have run .configure with

./configure --with-openssl=/usr

and followed the rest of the make steps.