Install prefix ......... : /usr/local/msmtp
TLS/SSL support ........ : no (Library: none)
GNU SASL support ....... : no
GNU Libidn support ..... : no
NLS support ............ : yes
GNOME Keyring support .. : no
MacOS X Keychain support : no
3.编译安装
[root@zabbix msmtp-1.4.32]# make &&make install
make all-recursive
make[1]: Entering directory `/root/msmtp-1.4.32'
Making all in src
make[2]: Entering directory `/root/msmtp-1.4.32/src'
CC conf.o
CC list.o
CC msmtp.o
CC net.o
CC netrc.o
CC readbuf.o
CC smtp.o
CC stream.o
CC tools.o
CC xalloc.o
CC aliases.o
CC base64.o
CC md5.o
CC md5-apps.o
CCLD msmtp
make[2]: Leaving directory `/root/msmtp-1.4.32/src'
Making all in po
make[2]: Entering directory `/root/msmtp-1.4.32/po'
make[2]: Leaving directory `/root/msmtp-1.4.32/po'
Making all in doc
make[2]: Entering directory `/root/msmtp-1.4.32/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/msmtp-1.4.32/doc'
Making all in scripts
make[2]: Entering directory `/root/msmtp-1.4.32/scripts'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/msmtp-1.4.32/scripts'
make[2]: Entering directory `/root/msmtp-1.4.32'
make[2]: Leaving directory `/root/msmtp-1.4.32'
make[1]: Leaving directory `/root/msmtp-1.4.32'
Making install in src
make[1]: Entering directory `/root/msmtp-1.4.32/src'
make[2]: Entering directory `/root/msmtp-1.4.32/src'
/bin/mkdir -p '/usr/local/msmtp/bin'
/usr/bin/install -c msmtp '/usr/local/msmtp/bin'
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/msmtp-1.4.32/src'
make[1]: Leaving directory `/root/msmtp-1.4.32/src'
Making install in po
make[1]: Entering directory `/root/msmtp-1.4.32/po'
installing de.gmo as /usr/local/msmtp/share/locale/de/LC_MESSAGES/msmtp.mo
if test "msmtp" = "gettext-tools"; then \
/bin/mkdir -p /usr/local/msmtp/share/gettext/po; \
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \
/usr/bin/install -c -m 644 ./$file \
/usr/local/msmtp/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /usr/local/msmtp/share/gettext/po/$file; \
done; \
else \
: ; \
fi
make[1]: Leaving directory `/root/msmtp-1.4.32/po'
Making install in doc
make[1]: Entering directory `/root/msmtp-1.4.32/doc'
make[2]: Entering directory `/root/msmtp-1.4.32/doc'
make[2]: Nothing to be done for `install-exec-am'.
/bin/mkdir -p '/usr/local/msmtp/share/info'
/usr/bin/install -c -m 644 ./msmtp.info '/usr/local/msmtp/share/info'
install-info --info-dir='/usr/local/msmtp/share/info' '/usr/local/msmtp/share/info/msmtp.info'
/bin/mkdir -p '/usr/local/msmtp/share/man/man1'
/usr/bin/install -c -m 644 msmtp.1 '/usr/local/msmtp/share/man/man1'
make[2]: Leaving directory `/root/msmtp-1.4.32/doc'
make[1]: Leaving directory `/root/msmtp-1.4.32/doc'
Making install in scripts
make[1]: Entering directory `/root/msmtp-1.4.32/scripts'
make[2]: Entering directory `/root/msmtp-1.4.32/scripts'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/msmtp-1.4.32/scripts'
make[1]: Leaving directory `/root/msmtp-1.4.32/scripts'
make[1]: Entering directory `/root/msmtp-1.4.32'
make[2]: Entering directory `/root/msmtp-1.4.32'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/msmtp-1.4.32'
make[1]: Leaving directory `/root/msmtp-1.4.32'