#3832: Cannot connect to IMAP4 mail server ----------------------+---------------------------- Reporter: mikeegg | Owner: brendan Type: defect | Status: new Priority: major | Milestone: 1.6 Component: IMAP | Version: 1.6.0 Resolution: | Keywords: IMAP, SSL, TLS ----------------------+----------------------------
Comment (by mikeegg): When I build mutt from the 1.6 source I use the configure command: $ ./configure --prefix=/Users/mikee/tmp/mutt/inst --includedir=/opt/local --libdir=/opt/local --enable-imap --enable-debug --with-ssl --with-gnutls --without-qdbm $ make . . . gcc -DPKGDATADIR=\"/Users/mikee/tmp/mutt/inst/share/mutt\" -DSYSCONFDIR=\"/Users/mikee/tmp/mutt/inst/etc\" -DBINDIR=\"/Users/mikee/tmp/mutt/inst/bin\" -DMUTTLOCALEDIR=\"/Users/mikee/tmp/mutt/inst/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I./intl -Wall -pedantic -Wno-long-long -g -O2 -MT mutt_ssl.o -MD -MP -MF .deps/mutt_ssl.Tpo -c -o mutt_ssl.o mutt_ssl.c mutt_ssl.c:23:10: fatal error: 'openssl/ssl.h' file not found I do not see a "-I/opt/local/include" so that "openssl/ssl.h" is included. I'm on a Mac and use the ports system. Mike -- Ticket URL: <https://dev.mutt.org/trac/ticket/3832#comment:6> Mutt <http://www.mutt.org/> The Mutt mail user agent