Suvayu Ali wrote:
On Sat, Jan 04, 2014 at 12:28:46PM -0500, Charles E Campbell wrote:
Hello!
I used David Champion's suggestion to compile mutt with:
--enable-smtp
so at least its not complaining about smtp_pass and smtp_url being undefined
variables (Thanks!).
However, mutt still doesn't recognize header_cache or certificatg_file
(again, undefined variables), and it still won't send mail.
You are probably missing a few other flags; I used to call configure
like this:
$ ./configure --datarootdir=/usr/share --sysconfdir=/etc \
--enable-dependency-tracking --enable-fcntl --disable-flock \
--enable-hcache --with-tokyocabinet --enable-smtp --enable-pop \
--enable-imap --with-gss --with-gnutls --with-sasl --with-curses \
--disable-external-dotlock --enable-gpgme;
Hope this helps,
It has helped, but the problem isn't quite solved as yet: at least the
complaints about header_cache and certificate_file variables have gone
away. Thank you!
I wasn't able to use --enable-gpgme or --with-tokyocabinet; configure
complained. Also, --enable-dependency-tracking was "not found".
May I note that I have two email accounts (the one associated with this
email and the one I mentioned in my earlier note). The verizon one
continues to give me
Connection to smtp.verizon.net closed
SMTP session failed: read error
Could not send the message.
However, the second one yielded me a core dump:
Core was generated by `mutt -s [testing] tstmutt [email protected]'.
Program terminated with signal 11, Segmentation fault.
#0 menu_redraw_full (menu=0xe5c780) at menu.c:168
168 SETCOLOR (MT_COLOR_NORMAL);
Missing separate debuginfos, use: debuginfo-install
cyrus-sasl-lib-2.1.23-13.el6.x86_64 db4-4.7.25-17.el6.x86_64
glibc-2.12-1.132.el6.x86_64 gnutls-2.8.5-10.el6_4.2.x86_64
keyutils-libs-1.4-4.el6.x86_64 krb5-libs-1.10.3-10.el6_4.3.x86_64
libcom_err-1.41.12-12.el6.x86_64 libgcrypt-1.4.5-11.el6_4.x86_64
libgpg-error-1.7-4.el6.x86_64 libidn-1.18-2.el6.x86_64
libselinux-2.0.94-5.3.el6.x86_64 libtasn1-2.3-3.el6_2.1.x86_64
ncurses-libs-5.7-3.20090208.el6.x86_64
nss-softokn-freebl-3.14.3-3.el6_4.x86_64 zlib-1.2.3-29.el6.x86_64
Regards,
Charles Campbell
P.S. I got some warnings during the compilation process (they didn't
look serious):
|| keymap.c: In function ‘km_dokey’:
keymap.c|455 warning| label ‘gotkey’ defined but not used
|| keymap.c: In function ‘init_extended_keys’:
keymap.c|689 warning| passing argument 1 of ‘tigetstr’ discards
qualifiers from pointer target type
|| /usr/include/ncursesw/ncurses.h:792: note: expected ‘char *’ but
argument is of type ‘const char *’
main.c|73 warning| string length ‘558’ is greater than the length ‘509’
ISO C90 compilers are required to support
|| mbox.c: In function ‘mbox_reset_atime’:
mbox.c|693 warning| unused variable ‘i’
|| lib.o: In function `mutt_mkwrapdir':
lib.c|569 warning| the use of `mktemp' is dangerous, better use `mkstemp'
|| lib.o: In function `mutt_mkwrapdir':
lib.c|569 warning| the use of `mktemp' is dangerous, better use `mkstemp'