Re: Confusion Configuring

2021-12-18 Thread Hal Murray
> It is very likely that your binary is actually loading the system's shared > libraries instead of the ones you just compiled. You can verify whether this > using the `ldd` command, That was it. Thanks. > There is a shared library wrapper called `shlib_wrap.sh` which can be used to > run the

RE: Confusion Configuring

2021-12-18 Thread Dr. Matthias St. Pierre
AM > To: Hal Murray ; openssl-users@openssl.org > Subject: RE: Confusion Configuring > > For OpenSSL 3.0, it's better to use util/wrap.pl instead. > > (Note: util/wrap.pl is created from util/wrap.pl.in by the Configure command) > > > -Original Message- > > F

RE: Confusion Configuring

2021-12-18 Thread Dr. Matthias St. Pierre
> To: Hal Murray ; openssl-users@openssl.org > Subject: RE: Confusion Configuring > > Hal, > > > But when I run > > ./apps/openssl version -d > > it says: > > OPENSSLDIR: "/usr/local/ssl" > > I was expecting /etc/pki/tls from the Configure li

RE: Confusion Configuring

2021-12-18 Thread Dr. Matthias St. Pierre
Hal, > But when I run > ./apps/openssl version -d > it says: > OPENSSLDIR: "/usr/local/ssl" > I was expecting /etc/pki/tls from the Configure line above. > > What am I missing? How do I tell it where to find the default certificates? It is very likely that your binary is actually loading the