I have a problem when installing a dependency for a pdf file generation project. I use the knp/spappyBundle library but I had a code 127 error saying it couldn't find the wkhtmltopdf. Using another solution with wkhtmltopdf: https://github.com/h4cc/wkhtmltopdf-amd64
the error remained the same but the different message:
The exit status code '127' says something went wrong: stderr: "/var/www/html/vendor/h4cc/wkhtmltopdf-amd64/bin/wkhtmltopdf-amd64: error while loading shared libraries: libXrender.so.1: cannot open shared object file: No such file or directory
So I wanted to install the libXrender library but I have a problem during the installation with the following message:
The following packages contain unmet dependencies: wkhtmltox: Depends: libjpeg62-turbo but it is not installable
Do you have the beginning of a solution?
Thanks in advance