Closed maniSHarma7575 closed 6 months ago
yea, sadly i don't think this gem packages arm64 version, so if you want to use this on an arm64 box, you will need to install via apt and change the config to point to that binary.
yea, sadly i don't think this gem packages arm64 version, so if you want to use this on an arm64 box, you will need to install via apt and change the config to point to that binary.
Yes, I have done that.
Many of the arm64 binaries are now included in the gem as of version 0.12.6.7
. Please reopen and let me know if you have any issues.
Description: I'm encountering an issue while using wkhtmltopdf (version 0.12.6.6) along with the wicked_pdf gem (version 1.4.0).
The problem arises on an ARM64 Linux machine, where I'm getting the following error:
Interestingly, the issue doesn't occur on an ARM64 Mac OS system, where everything seems to work fine.
After some investigation, I realized that the problem might be related to the installation of wkhtmltopdf. On the ARM64 Linux machine, I installed wkhtmltopdf using the command apt-get install wkhtmltopdf, and it was successfully placed at the path /usr/bin/wkhtmltopdf.
To address the issue, I modified the wicked_pdf configuration as follows:
With this configuration change, the problem was resolved on the ARM64 Linux machine.
However, it's worth noting that the same setup still doesn't work as expected when using wkhtmltopdf directly.
Any insights or suggestions regarding this issue would be greatly appreciated.