Arrsoya / jmupdf

Automatically exported from code.google.com/p/jmupdf
1 stars 0 forks source link

Linux Support for 0.5.0 #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi all, because I missed the linux binaries for 0.5.0 I've compiled them 
myself. If anyone need them, here are the binaries:

https://code.google.com/p/jeboorker/source/browse/trunk/lib/jmupdf/libjmupdf32.s
o
https://code.google.com/p/jeboorker/source/browse/trunk/lib/jmupdf/libjmupdf64.s
o

I hope there will be official ones soon.

Original issue reported on code.google.com by ande...@sonnenkinder.org on 5 Jul 2014 at 7:10

GoogleCodeExporter commented 9 years ago
Hi These have been compiled in a very high version of libc.so.6 so will not 
work in lower versions of Linux.
I get :
Warning : java.lang.UnsatisfiedLinkError: /usr/lib/libjmupdf64.so: 
/lib/libc.so.6: version `GLIBC_2.7' not found (required by 
/usr/lib/libjmupdf64.so) in Linux 9.4
and
Warning : java.lang.UnsatisfiedLinkError: /usr/lib/libjmupdf64.so: 
/lib/libc.so.6: version `GLIBC_2.14' not found (required by 
/usr/lib/libjmupdf64.so) in Linux 10.4

Any chance of compiling in a lover version for existing servers.
Thanks.

Original comment by terry.cl...@gmail.com on 14 Jan 2015 at 12:38

GoogleCodeExporter commented 9 years ago
I used an ubuntu 14.04 for compilation. It wasn't very difficult to compile. 
The make script does a good job. You should give it a try to compile the lib on 
the targte system.

Original comment by ande...@sonnenkinder.org on 16 Jan 2015 at 6:02

GoogleCodeExporter commented 9 years ago
Thank you for replying, I am very grateful however I have never compiled 
anything in Ubuntu before but I would like to try. Would you be able to write a 
little step by step guide to start novices like me off. Any help would be truly 
appreciated. 

Original comment by terry.cl...@gmail.com on 13 Feb 2015 at 1:48