barryvdh / laravel-snappy

Laravel Snappy PDF
MIT License
2.63k stars 290 forks source link

The exit status code '136' #444

Closed njorogejohn closed 3 years ago

njorogejohn commented 3 years ago

Kindly help, getting this error

The exit status code '136' says something went wrong: stderr: "Loading pages (1/6) [> ] 0% [======> ] 10% [===================> ] 33% [========================> ] 41% [==========================> ] 44% [============================> ] 48% [=============================> ] 49% [==============================> ] 50% [==============================> ] 50% [==============================> ] 50% [==============================> ] 50% [==============================> ] 50% Floating point exception (core dumped) " stdout: "" command: /usr/local/bin/wkhtmltopdf --lowquality '/tmp/knp_snappy61058685c9eb11.25490444.html' '/tmp/knp_snappy61058685c9f982.51281471.pdf'.

njorogejohn commented 3 years ago

further checking the logs, found this:- stderr: "sh: 1: /usr/local/bin/wkhtmltopdf: not found

solved by creating a symlink to the above path: ln -s /usr/bin/wkhtmltopdf /usr/local/bin/wkhtmltopdf