nssl.org] On
> Behalf Of Bill Smith
> Sent: Friday, June 02, 2017 08:11
>
> Looking at the openssl build output, sure enough, it's missing -fPIC.
This is one of the reasons why we use our own Configure script for OpenSSL.
When we update to a new OpenSSL release, we diff its Config
Hi,
I'm building OpenSSL 1.0.2l on Centos Linux 5.4. When linking the libcrypto.a
library against my application, I'm getting the error:
/usr/bin/ld: /vobs_prgs/src/openssl/linuxx86_64/lib/libcrypto.a(x86_64-gcc.o):
relocation R_X86_64_32 against 'a local symbol' can not be used when making a
I pulled down 1.1.0e and tried to build it on Solaris 64. I ran into the
following error:
/tools/solaris/SunStudio12.2/bin/cc -xarch=v9 -mt -o test/ct_test
test/ct_test.o test/testutil.o -L. -lcrypto -lresolv -lsocket -lnsl -ldl
-lpthread
cc: Warning: -xarch=v9 is deprecated, use -m64 to crea
Hi,
While trying to build openssl 1.1.0c on Windows, the configure step failed for
me if I used a perl that is on a network share. Example:
\\rdlserv\tools\nt\asperl-5.24.0\bin\perl ./Configure VC-WIN64A
enable-weak-ssl-ciphers enable-rc4 enable-deprecated no-shared
--prefix=z:\openssl\work\nt
Hi,
I'm in the process of building 1.1.0c and noticed a behavior difference with
"openssl version -a". The bug is that we're not seeing all of the compiler
flags on the "compiler: " line. In the following example, we're not seeing:
-q64 -O -DB_ENDIAN -qmaxmem=16384 -qro -qroconst
in the line