Displaying 1 result from an estimated 1 matches for "499fd783".
2010 Oct 14
1
tincd does not compile with openssl-1.0.0a-r3 if LDFLAGS=-static
On my Gentoo box I updated openssl to openssl-1.0.0a-r3
I'm not able to compile with openssl-1.0.0a-r3 if I want a static binary
./configure LDFLAGS=-static
the configure scripts complains like this:
checking for RAND_pseudo_bytes... no
configure: error: Missing OpenSSL functionality, make sure you have
installed the latest version.
this was working with previous version of OpenSSL.