On Mon, 13 Nov 2023 at 20:56, Andres Freund wrote:
> Hi,
>
> On 2023-11-12 11:41:15 -0500, Dave Cramer wrote:
> > On Sun, 12 Nov 2023 at 07:57, Dave Cramer wrote:
> > > I am getting the following error
> > > building on HEAD
> > >
> > > Library crypto found: YES
> > > Checking for function "CRYP
Hi,
On 2023-11-12 11:41:15 -0500, Dave Cramer wrote:
> On Sun, 12 Nov 2023 at 07:57, Dave Cramer wrote:
> > I am getting the following error
> > building on HEAD
> >
> > Library crypto found: YES
> > Checking for function "CRYPTO_new_ex_data" with dependencies -lssl,
> > -lcrypto: NO
> >
>
> So
On Sun, 12 Nov 2023 at 07:57, Dave Cramer wrote:
> Greetings,
>
> I am getting the following error
> building on HEAD
>
> Library crypto found: YES
> Checking for function "CRYPTO_new_ex_data" with dependencies -lssl,
> -lcrypto: NO
>
So this is the error you get if you mix a 64 bit version of o
Greetings,
I am getting the following error
building on HEAD
Library crypto found: YES
Checking for function "CRYPTO_new_ex_data" with dependencies -lssl,
-lcrypto: NO
I have openssl 1.1.1 installed
Dave Cramer