mutt dep file adjusted
Thanks... though it looks like that wasn't the whole issue since I had already had
openssl-1.1.1.tcz loaded as a dependency of something else.
Thanks to the links provided by @gadget42, I found thesolution to be that, in muttrc, the
smtp_url value has to start with
smtp:// instead of
smtps:// even though the server port is 993 and not 25. This leaves me with some doubt as to the security of the connection, though I'm -mostly- sure it is actually using ssl.
re. ldd ...
tc@dolly:~$ ldd /usr/local/bin/mutt
linux-vdso.so.1 (0x00007ffccc7db000)
libsqlite3.so.0 => /usr/local/lib/libsqlite3.so.0 (0x00007f85f1964000)
libncursesw.so.6 => /usr/local/lib/libncursesw.so.6 (0x00007f85f190f000)
libz.so.1 => /usr/lib/libz.so.1 (0x00007f85f18f9000)
libssl.so.1.1 => /usr/local/lib/libssl.so.1.1 (0x00007f85f187e000)
libcrypto.so.1.1 => /usr/local/lib/libcrypto.so.1.1 (0x00007f85f15f8000)
libsasl2.so.3 => /usr/local/lib/libsasl2.so.3 (0x00007f85f15de000)
libgdbm.so.6 => /usr/local/lib/libgdbm.so.6 (0x00007f85f15cc000)
libidn2.so.0 => /usr/local/lib/libidn2.so.0 (0x00007f85f1200000)
libunistring.so.2 => /usr/local/lib/libunistring.so.2 (0x00007f85f0e00000)
libgpgme.so.11 => /usr/local/lib/libgpgme.so.11 (0x00007f85f158f000)
libassuan.so.0 => /usr/local/lib/libassuan.so.0 (0x00007f85f157e000)
libgpg-error.so.0 => /usr/local/lib/libgpg-error.so.0 (0x00007f85f1561000)
libc.so.6 => /lib/libc.so.6 (0x00007f85f0c0d000)
libm.so.6 => /lib/libm.so.6 (0x00007f85f149b000)
libdl.so.2 => /lib/libdl.so.2 (0x00007f85f1496000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00007f85f1491000)
libresolv.so.2 => /lib/libresolv.so.2 (0x00007f85f1482000)
/lib/ld-linux-x86-64.so.2 (0x00007f85f1a63000)
tc@dolly:~$