
17 Mar
2007
17 Mar
'07
3:34 p.m.
On Saturday 17 March 2007 13:47, lists@d-ra.ath.cx wrote:
the following patch makes stunnel 4.20 to operate with TCP wrappers 7.6. I had not tried other versions of stunnel nor TCP wrappers.
The problem is the missing libnsl, so TCP wrappers will never be activated in ./configure [cut] - LIBS="$saved_LIBS -lwrap" + LIBS="$saved_LIBS -lwrap -lnsl"
The question is why -lnsl is not in your $saved_LIBS. Best regards, Mike