Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


gmail_on_linux_with_msmtp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
gmail_on_linux_with_msmtp [2012/04/22 13:49] – created juckinsgmail_on_linux_with_msmtp [2012/04/22 14:04] juckins
Line 1: Line 1:
 +[[http://msmtp.sourceforge.net/]]
 +
 [[https://wiki.archlinux.org/index.php/Msmtp]] [[https://wiki.archlinux.org/index.php/Msmtp]]
 +
 +Kept getting an error:
 +
 +# cd /usr/local/src/msmtp-1.4.27]
 +# make check
 +Making check in src
 +make[1]: Entering directory `/usr/local/src/msmtp-1.4.27/src'
 +  CCLD   msmtp
 +tls.o: In function `tls_init':
 +/usr/local/src/msmtp-1.4.27/src/tls.c:1100: undefined reference to `gnutls_priority_set_direct'
 +collect2: ld returned 1 exit status
 +make[1]: *** [msmtp] Error 1
 +make[1]: Leaving directory `/usr/local/src/msmtp-1.4.27/src'
 +make: *** [check-recursive] Error 1
 +
 +The solution is simple:
 +
 +# ./configure --with-ssl=openssl
 +# ./make check
 +# ./make install
 +
 +Hint page:  [[http://www.andreaswacker.com/blog/2012/02/04/centos-source-install-wget-113-and-gnutls/]]
gmail_on_linux_with_msmtp.txt · Last modified: 2012/04/22 14:05 by juckins