I try php-vips with laravel and getting following error,
can anyone please give some solution on that.
i tried troubleshoot using setting path but its not working again.
Path.
i also try changing my php.ini but its still hang on same error.
i also try it with different OS like mac, Window, Linux, but getting a same error.
linux
Unable to ope library 'libvips-42.so'. Make sure that you've installed libvips and that 'libvips-42.so' is on your system's library search path.
window
Unable to ope library 'libvips-42.dll'. Make sure that you've installed libvips and that 'libvips-42.dll' is on your system's library search path.
mac
Unable to ope library 'libvips-42.dylib'. Make sure that you've installed libvips and that 'libvips-42.dylib' is on your system's library search path.
My configuration is:
OS: Ubuntu 24.04 LTS
php : 8.3.11
laravel : 11x
vips : 8.15.1
composer : 2.7.7
