Re: [Interest] Qt5.15 from source on centOS 7

2022-06-22 Thread Thiago Macieira
On Wednesday, 22 June 2022 10:38:00 PDT Chris Benesch wrote: > My openssl shows 1.0.2k ona recently updated box. OpenSSL 1.0.2 was EOL'ed on 2019-12-31, that's nearly 2.5 years ago. It is NOT receiving security updates and should not be used unless you've arranged to get extended-lifetime suppor

Re: [Interest] Qt5.15 from source on centOS 7

2022-06-22 Thread Chris Benesch
My openssl shows 1.0.2k ona recently updated box. Wherever 1.1 is installed use that lib/pkgconfig path for PKG_CONFIG_DIR On Wed, Jun 22, 2022 at 10:43 AM Thiago Macieira wrote: > On Wednesday, 22 June 2022 06:09:30 PDT Alexander Carôt wrote: > > Any more hints towards final success :-) ? > >

Re: [Interest] Qt5.15 from source on centOS 7

2022-06-22 Thread Mike Rochefort
On 6/22/22 12:43 PM, Thiago Macieira wrote: See config.log and find out why "feature.ssl" failed. In addition to this, it's worth noting the OpenSSL availability on EL7. Only OpenSSL 1.0 is shipped by Red Hat and the rebuild distributions for development against (there is the compatibility op

Re: [Interest] Qt5.15 from source on centOS 7

2022-06-22 Thread Thiago Macieira
On Wednesday, 22 June 2022 06:09:30 PDT Alexander Carôt wrote: > Any more hints towards final success :-) ? See config.log and find out why "feature.ssl" failed. -- Thiago Macieira - thiago.macieira (AT) intel.com Cloud Software Architect - Intel DCAI Cloud Engineering _

Re: [Interest] Quick Item visibility test / hit test... or synthesize press event

2022-06-22 Thread Federico Ferri
Too bad Item.childAt(...) disregards the z value. It would be exactly that one function I had overlooked and that does the job. Current behavior of Item.childAt(...) makes no sense, and its documentation is kind of a lie: " Returns the first visible child item found at point (*x*, *y*) within th

Re: [Interest] Qt5.15 from source on centOS 7

2022-06-22 Thread Alexander Carôt
P.S.: Of course the PKG_CONFIG_PATH was wrong – it is   echo $PKG_CONFIG_PATH /usr/lib64/pkgconfig   However, this did not make a difference – openssl is still not recognized :-( -- http://www.carot.de Email : alexan...@carot.de Tel.: +49 (0)177 5719797     Gesendet: Mittwoch, 22. Juni 2022

Re: [Interest] Qt5.15 from source on centOS 7

2022-06-22 Thread Alexander Carôt
see below – I just realized that openssl-1.1.1 is present in centOS7:   openssl version OpenSSL 1.1.1o  3 May 2022 (Library: OpenSSL 1.1.1k  FIPS 25 Mar 2021)   As suggested I edited the PKG_CONFIG_PATH -->   echo $PKG_CONFIG_PATH /usr/local/ssl/   Now I, however, unsuccessfully tried t