Drupal started throwing errors for me in its reports of a sudden - could not load gd
$ php -m | grep -i gd
PHP Warning: PHP Startup: Unable to load dynamic library 'gd' (tried: /usr/lib/php/modules/gd (/usr/lib/php/modules/gd: cannot open shared object file: No such file or directory), /usr/lib/php/modules/gd.so (libx264.so.165: cannot open sha red object file: No such file or directory)) in Unknown on line 0
Fixed by install in x264:
pacman -S x264
Thinking there may be a missing dep?
