public inbox for [email protected]  
help / color / mirror / Atom feed
select openssl version
3+ messages / 2 participants
[nested] [flat]

* select openssl version
@ 2024-09-03 16:41 Marcel Hofstetter <[email protected]>
  2024-09-03 16:53 ` Re: select openssl version Tom Lane <[email protected]>
  0 siblings, 1 reply; 3+ messages in thread

From: Marcel Hofstetter @ 2024-09-03 16:41 UTC (permalink / raw)
  To: [email protected]

hi

margay fails with

"configure: error: OpenSSL version >= 1.1.0 is required for SSL support"

https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=margay&dt=2024-09-03%2016%3A20%3A20


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

-bash-5.1$ ls -l /usr/openssl/1.1
total 15
drwxr-xr-x   2 root     sys            5 May 24  2022 bin
drwxr-xr-x   3 root     bin            3 May 24  2022 include
drwxr-xr-x   3 root     sys           13 May 24  2022 lib
drwxr-xr-x   4 root     sys            4 May 24  2022 pkgconfig
drwxr-xr-x   3 root     sys            3 May 24  2022 share


I tried using

--with-openssl --with-ssl=/usr/openssl/1.1

but it still fails.

Thanks,
Marcel






^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* Re: select openssl version
  2024-09-03 16:41 select openssl version Marcel Hofstetter <[email protected]>
@ 2024-09-03 16:53 ` Tom Lane <[email protected]>
  2024-09-04 09:35   ` Re: select openssl version Marcel Hofstetter <[email protected]>
  0 siblings, 1 reply; 3+ messages in thread

From: Tom Lane @ 2024-09-03 16:53 UTC (permalink / raw)
  To: Marcel Hofstetter <[email protected]>; +Cc: [email protected]

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





^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* Re: select openssl version
  2024-09-03 16:41 select openssl version Marcel Hofstetter <[email protected]>
  2024-09-03 16:53 ` Re: select openssl version Tom Lane <[email protected]>
@ 2024-09-04 09:35   ` Marcel Hofstetter <[email protected]>
  0 siblings, 0 replies; 3+ messages in thread

From: Marcel Hofstetter @ 2024-09-04 09:35 UTC (permalink / raw)
  To: [email protected]; Tom Lane <[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
> 
> 







^ permalink  raw  reply  [nested|flat] 3+ messages in thread


end of thread, other threads:[~2024-09-04 09:35 UTC | newest]

Thread overview: 3+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2024-09-03 16:41 select openssl version Marcel Hofstetter <[email protected]>
2024-09-03 16:53 ` Tom Lane <[email protected]>
2024-09-04 09:35   ` Marcel Hofstetter <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox