I'm not doing anything different, all I did was update my Debian packages and openssl + libssl-dev updated in that process. If I downgrade those packages back to 3.2.2-1 then the problem vanishes. I think you're right that the `new` OpenSSLConfig.cmake is broken but I don't know how to fix it. Somebody with good cmake knowledge will surely encounter this problem and can hopefully offer a solution. I can't see this kind of bug getting very far, especially after the package moves from sid/unstable into testing.
At least we can have high confidence OpenSSLConfig.cmake is the problem! On Wed, Aug 7, 2024 at 8:36 AM Sebastian Andrzej Siewior <sebast...@breakpoint.cc> wrote: > > On 2024-08-07 06:57:51 [-0700], VDRU VDRU wrote: > > Hi, > Hi, > > > Thanks for replying. I'm not sure what test you want me to try but I > > deleted the OpenSSLConfig.cmake you mentioned and the problem went > > away so I guess your suspicion is correct that there's a problem with > > that file? > > can you give a test case i.e. what you are doing that was working before > and is not working any more. I think a smal simple cmake file where I > can do "cmake ." and check what it is doing and what is missing/ wrong. > I am not clever enought to do this cmake thingy. > > Sebastian