Open ashrafalzyoud opened 2 years ago
please tell me how you fixed this because the ubuntu_22.04_arm64
binary is missing, how can I compile that one?
For the moment I downloaded de DEB file, installed manually and created a symlink for the bin I need
# download
wget http://ports.ubuntu.com/pool/universe/w/wkhtmltopdf/wkhtmltopdf_0.12.6-2_arm64.deb
# install
sudo dpkg -i wkhtmltopdf_0.12.6-2_arm64.deb
# symlink
cd /path/to-my/app-folder/shared/bundle/ruby/3.1.0/gems/wkhtmltopdf-binary-0.12.6.7/bin/
ln -s /usr/bin/wkhtmltopdf wkhtmltopdf_ubuntu_22.04_arm64
Then I finally passed that missing
Hello @dchuquilla
U don't have to install it on your system.
This was roughly the steps i followed
Peace
not working by gem
wkhtmltopdf_exe_path: '/home/redmine/.rbenv/shims/wkhtmltopdf'
if im install it by apt its workingwkhtmltopdf_exe_path: '/usr/bin/wkhtmltopdf