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

Both sides previous revisionPrevious revision
gmail_on_linux_with_msmtp [2012/04/22 14:04] juckinsgmail_on_linux_with_msmtp [2012/04/22 14:05] (current) juckins
Line 4: Line 4:
  
 Kept getting an error: Kept getting an error:
 +<code>
 # cd /usr/local/src/msmtp-1.4.27] # cd /usr/local/src/msmtp-1.4.27]
 # make check # make check
Line 16: Line 16:
 make[1]: Leaving directory `/usr/local/src/msmtp-1.4.27/src' make[1]: Leaving directory `/usr/local/src/msmtp-1.4.27/src'
 make: *** [check-recursive] Error 1 make: *** [check-recursive] Error 1
 +</code>
  
 The solution is simple: The solution is simple:
 +<code>
 # ./configure --with-ssl=openssl # ./configure --with-ssl=openssl
 # ./make check # ./make check
 # ./make install # ./make install
 +</code>
  
 Hint page:  [[http://www.andreaswacker.com/blog/2012/02/04/centos-source-install-wget-113-and-gnutls/]] 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