Hi!
I’m trying to install php-vips. What i did so far is:
- brew install vips
- pecl install vips
- I got my vips.so file generated under
/usr/local/Cellar/php/7.4.3/pecl/20190902/vips.so
- in conf/php/php.ini.hbs entered
extension = /usr/local/Cellar/php/7.4.3/pecl/20190902/vips.so
The site starts, however it just displays a 502 Bad Gateway error. I don’t see anything helpful in the log files. Is there something wrong with php-vips, or am i doing something wrong?
Thanks!