I’m trying to update the “config.macosx” file so that the LIVE555 code
builds/links on Mac OS "Big Sur” (the latest Mac OS release). However, I find
that the “libssl” and “libcrypto” libraries no longer exist (or have perhaps
moved).
On Mac OS Catalina (and perhaps earlier versions), these lib
To (partially) answer my own question, I found the following online:
"New in macOS Big Sur 11 beta, the system ships with a built-in dynamic linker
cache of all system-provided libraries. As part of this change, copies of
dynamic libraries are no longer present on the filesystem. Code that attem
I was finally able to update the config files to work with MacOS Big Sur. The
new config files are:
config.macosx-catalina for the previous MacOS version, and
config.macosx-bigsurfor the new MacOS "Big Sur”
also, the existing config file
config.macosx-no-openssl
shou