View Single Post
Old 04-13-2010, 02:08 PM   #165
damag
Junior Member
damag has learned how to buy an e-book online
 
Posts: 4
Karma: 76
Join Date: Apr 2010
Device: Sony PRS 300
Thanks, I forgot to mention that I am using Fedora 12. When I try to run the 32-bit compiled executable from this thread, I get:

$ ./sopdf
bash: ./sopdf: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory

Which make sense since those libraries are all under /lib64 on my system, not /lib. I'd prefer to be able to compile the code myself, but if I need to install some legacy 32-bit libraries then so be it. =) I'm not even sure if Fedora provides a package for that in their repositories... everything in Fedora runs as native 64-bit.

Maybe when I get some time, I'll try to change the code so that it compiles against the standard mupdf library. Do you have any idea why it needed patching in the first place?
damag is offline   Reply With Quote