Hello there. I was trying to recompile the PHP binary with the --enable-dom flag and after it completed trying to execute the binary on my local machine or on a lambda resulted in the error:
php: error while loading shared libraries: libpng15.so.15: cannot open shared object file: No such file or directory
Hello there. I was trying to recompile the PHP binary with the
--enable-dom
flag and after it completed trying to execute the binary on my local machine or on a lambda resulted in the error:php: error while loading shared libraries: libpng15.so.15: cannot open shared object file: No such file or directory
Wondering if there was something I was missing?