From: | Marcel Hofstetter <hofstetter(at)jomasoft(dot)ch> |
---|---|
To: | buildfarm-members(at)lists(dot)postgresql(dot)org, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Subject: | Re: select openssl version |
Date: | 2024-09-04 09:35:52 |
Message-ID: | 3be5f3bc-add6-4175-a930-c0dea32e9841@jomasoft.ch |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | buildfarm-members |
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 <hofstetter(at)jomasoft(dot)ch> 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
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Alexander Lakhin | 2024-10-03 04:00:00 | shmat() fails with Not enough space on wrasse |
Previous Message | Tom Lane | 2024-09-03 16:53:00 | Re: select openssl version |