Install PHP extensions on MacOS

Hi!

I’m trying to install php-vips. What i did so far is:

  1. brew install vips
  2. pecl install vips
  3. I got my vips.so file generated under /usr/local/Cellar/php/7.4.3/pecl/20190902/vips.so
  4. 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!

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.