Tiny Core Linux

Tiny Core Extensions => TCE Talk => Extension requests => Topic started by: mchurch on March 06, 2011, 01:29:36 PM

Title: msmtp
Post by: mchurch on March 06, 2011, 01:29:36 PM
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.
Title: Re: msmtp
Post by: maro on March 06, 2011, 08: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.
Title: Re: msmtp
Post by: mchurch on March 06, 2011, 09:50:34 PM
Thanks I'll give that a try!