[stunnel-users] Difficulty to compile with alternate 64 bit openssl libraries
Michal Trojnara
Michal.Trojnara at mirt.net
Fri Nov 12 17:33:21 CET 2010
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
More information about the stunnel-users
mailing list