Re: Nodejs 16.16+: error:0308010C:digital envelope routines::unsupported

2022-08-19 Thread Zhenfu Shi
Thanks for the info, for now --openssl-legacy-provider fixed the build for filebrowser. I have a PR open for nodejs16 adding an openssl11 variant, but I’ll probably change it to just ping to openssl11 instead. Zhenfu > On Aug 19, 2022, at 08:41, David Gilman wrote: > > When I did some

Re: ld: waning messages -- Frameworks out of sync.

2022-08-19 Thread Ken Cunningham
Yes, exactly -- I made a new TBD file for the library using "tapi stubify" and replaced the old TBD file with it, for the ones that were outdated. The script seems like a nice way to automate the process -- thanks for finding that. K On Thu, Aug 18, 2022 at 1:32 PM Robert Kennedy wrote: >

Re: Nodejs 16.16+: error:0308010C:digital envelope routines::unsupported

2022-08-19 Thread David Gilman
When I did some sleuthing on this topic, which resulted in https://trac.macports.org/ticket/65515 , this was my finding: - node before 17 doesn't really support openssl 3, resulting in the error you and I are seeing.