I had an issue building a gem on my Mac. To build a gem I needed to load an SSL library.
I found the answer right here but not quite like it was described. The answer said that I had to look for a folder
The library was built with homebrew and supposedly was in
/opt/homebrew/Cellar/openssl@1.1/1.1.1n/
Notice the weird n at the end?
Another comment said that it almost worked for him except
/opt/homebrew/Cellar/openssl@1.1/1.1.1q/
And in my case it was
/opt/homebrew/Cellar/openssl@1.1/1.1.1q/
It looked pretty weird for me. Is this a kind of internal versioning system from homebrew?