Posts for: #Tools

PHP missing dependencies

I was having some issues with my PHP package installed through asdf yesterday. Something about missing libiconv and when I ran php -v it returns me this response: No php executable found for php 8.2.0 To fix the issue, I followed this tips on Github issues Install the optional dependencies: $~ brew install gmp libsodium imagemagick Reinstall the possible missing dependencies. brew will just skipped any packages that I’ve already installed.
Read more