Hi Frabjous, the GUI program seems to be 64-bit but the command line 'sopdf' tool (which I am trying to use) is only 32-bit. I verified this with the 'file' command:
$ file sopdf
sopdf: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.8, stripped
If the code can't be compiled, do you know what compatibility libraries I can installed to run 32-bit binaries?
Thanks
|