muquit / mailsend

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

not compilled with openssl #125

Open olegik1719 opened 6 years ago

olegik1719 commented 6 years ago

OpenSSL has unsupported dynamic loading...

openssl v1.1.0

Debian 9.

muquit commented 6 years ago

What is the exact error do you get? I compiled and installed OpenSSL 1.1.0g and mailsend links with it fine (I did not test it with OpenSSL 1.1.0 however).

$ ldd mailsend
    linux-vdso.so.1 =>  (0x00007ffd4319f000)
    libssl.so.1.1 => /usr/local/ssl11/lib/libssl.so.1.1 (0x00007f1c99e8e000) <<---
    ....
$ ./mailsend -V
mailsend Version: @(#) mailsend v1.20b
Compiled with OpenSSL: OpenSSL 1.1.0g  2 Nov 2017

Thanks