[mew-int 2977] stunnel

Kazu Yamamoto (山本和彦) <[email protected]> Mon, 21 Mar 2011 17:16:53 +0900 (JST)
Newsgroups gmane.mail.mew.general
Message-ID <[email protected]>
Hello,

stunnel 4.35 tries to link libwrap. This causes communication problems
on MacOS. To install recent "stunnel" on MacOS, the --disable-libwrap
option should be specified to "configure".

	./configure --disable-libwrap

If you are using MacPorts, the following operation is preferred.

	% sudo port install stunnel -libwrap

--Kazu