On Tue, Mar 29, 2016 at 9:51 PM, Leonay Wynn <lwkj328@xxxxxxxxx> wrote:
> ok did that and make got an error. is it telling me to recompile openssl
> with the -fPIC option??
>
> /usr/bin/ld: /usr/local/ssl/lib/libssl.a(s3_srvr.o): relocation R_X86_64_32
> against `a local symbol' can not be used when making a shared object;
> recompile with -fPIC
> /usr/local/ssl/lib/libssl.a: could not read symbols: Bad value
> collect2: ld returned 1 exit status
Did you use the "shared" option when building openssl?
That is: ./config shared ...