Categories
How To Programming Tech Fixes Technology

Solved – PHP, dyld: Library not loaded

I mistakenly ran brew upgrade on my macOS Catalina without thinking about how it would impact my production development environment during work, and quickly realized I messed up big time. To fix it, install openssl & icu4c, edit the php 5.6 source (see post for details), and reinstall php 5.6 from source to overwrite. 131 […]