The libESMTP package contains the libESMTP libraries which are used by some programs to manage email submission to a mail transport layer.
This package is known to build and work properly using an LFS-8.3 platform.
Download (HTTP): http://brianstafford.info/libesmtp/libesmtp-1.0.6.tar.bz2
Download MD5 sum: bf3915e627fd8f35524a8fdfeed979c8
Download size: 364 KB
Estimated disk space required: 7.1 MB
Estimated build time: 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libesmtp
Fix a build issue with OpenSSL-1.1.0:
sed 's@SSL_library_init@SSL_new@g' -i configure.ac && autoreconf -fi
Install libESMTP by running the following commands:
./configure --prefix=/usr && make
This package does not come with a test suite.
Now, as the root
user:
make install
Last updated on 2018-08-25 14:33:31 -0700