Philippe A. wrote:
LIBS="$LIBS -L$ssldir/lib64 -lssl -lcrypto" #- <----
Is this a known problem? Is there another way around this without changing the configure script?
I have updated the line to: LIBS="$LIBS -L$ssldir/lib64 -L$ssldir/lib -lssl -lcrypto"
This should fix your issue.
The change will be released in stunnel 4.35.
Mike