public inbox for [email protected]
help / color / mirror / Atom feedFrom: Marcel Hofstetter <[email protected]>
To: [email protected]
To: Tom Lane <[email protected]>
Subject: Re: select openssl version
Date: Wed, 4 Sep 2024 11:35:52 +0200
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
<[email protected]>
thanks Tom
Tried, but still fails.
https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=margay&dt=2024-09-04%2009%3A29%3A56
Am 03.09.2024 um 18:53 schrieb Tom Lane:
> Marcel Hofstetter <[email protected]> writes:
>> margay fails with
>> "configure: error: OpenSSL version >= 1.1.0 is required for SSL support"
>
>> On the box is a version 1.1.1 installed
>> -bash-5.1$ /usr/openssl/1.1/bin/openssl version
>> OpenSSL 1.1.1l 24 Aug 2021
>
> OK ...
>
>> I tried using
>> --with-openssl --with-ssl=/usr/openssl/1.1
>> but it still fails.
>
> Yeah, --with-ssl is not meant to provide a pathname. You need
> to use --with-includes/--with-libs. As an example, my animal
> longfin selects a non-default openssl installation with
>
> --with-includes=/usr/local/ssl/include
> --with-libs=/usr/local/ssl/lib
>
> regards, tom lane
>
>
view thread (3+ messages)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: select openssl version
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox