WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: msmtp  (Read 2885 times)

Offline mchurch

  • Newbie
  • *
  • Posts: 5
msmtp
« on: March 06, 2011, 10:29:36 AM »
Hi everyone,

Great distro.  Trying to put together a set up of mutt with offlineimap and msmtp.  I have offlineimap working as a .tcz but I haven't been able to compile msmtp with tls/ssl support.  Whenever I run the configure script it comes back saying that it cannot find either the gnutls or openssl libraries (though i've installed extensions for both).  Any help would be much appreciated.

Also, if there is a better way to make mutt really shine (this being 2011 and all) I'm all ears.

Thanks.

Offline maro

  • Hero Member
  • *****
  • Posts: 1228
Re: msmtp
« Reply #1 on: March 06, 2011, 05:22:36 PM »
Did you try to install the "dev" extensions (e.g. 'openssl-0.9.8-dev.tcz') as well?

In my experience when building packages the configure script is looking for header and / or pkgconfig files (which are typically contained in the "dev" extensions). After the successful build (i.e. at run-time) only the shared libraries (e.g. contained in 'openssl-0.9.8.tcz') are required as dependencies.

Offline mchurch

  • Newbie
  • *
  • Posts: 5
Re: msmtp
« Reply #2 on: March 06, 2011, 06:50:34 PM »
Thanks I'll give that a try!