I need an executable for pdftk on a shared host that I don't have any admin permissions for. The server is Centos 5.7 x64.
It looks like I need to a reworked makefile that allows me to install the file in a user directory /home/(username)/lib/pdftk, but I suck at it. Ideally someone else has solved this and my googlefu is weak. Otherwise, any guidance on how I could achieve this would be hlepful
I tried spinning up an Amazon instance of CentOs 5.5 x64, and installing from source, but neither the Basic or Redhat makefiles would complete.
Then I tried installing using yum, which worked, but when I moved the binary to the shared host it failed to run.
What am I missing?