Re: [openssl-users] -fPIC option missing for crypto/bn/x86_64-gcc.c and some other files in 1.0.2l that exists in 1.0.1m & 1.1.0c

2017-06-08 Thread Bill Smith
ssl.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 Configure ag

[openssl-users] -fPIC option missing for crypto/bn/x86_64-gcc.c and some other files in 1.0.2l that exists in 1.0.1m & 1.1.0c

2017-06-02 Thread Bill Smith
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

[openssl-users] undefined symbol fabs in file test/ct_test.o in openssl 1.1.0e on solaris

2017-02-17 Thread Bill Smith
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

[openssl-users] openssl 1.1.0c - cannot run Configure on Windows with a UNC pathname for perl

2016-12-30 Thread Bill Smith
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

[openssl-users] openssl version -a bug in 1.1.0c ?

2016-12-30 Thread Bill Smith
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