Anyone have a dummy-proof trick for avoiding a specific micro-version getting baked into the config/makefiles when configuring on Mac?
Every time I revisit my mac sandbox, I find I am configured for e.g. /opt/homebrew/Cellar/openssl@3/3.5.0 but homebrew has bumped to /opt/homebrew/Cellar/openssl@3/3.5.1 and mod_ssl doesn't build. When I see the error, I re-run config.nice which is ultra simple and the operative part is -with-ssl=/opt/homebrew/lib/ Unfortunately there is no symlink scheme under /opt/homebrew/Cellar/openssl@3/ -- it's just the current version. -- Eric Covener cove...@gmail.com