- Posts: 3
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about Android development and PDF
Bad ELF magic librdpdf.so
IP: 192.168.0.71
8 years 10 months ago #12084
by sruf
Bad ELF magic librdpdf.so was created by sruf
Hey all,
currently I have a problem when loading the librpdf.so, resulting in the following Exception:
java.lang.UnsatisfiedLinkError: dlopen failed: "[SOME_PATH]/lib/arm/librdpdf.so" has bad ELF magic
The error occurs immediately at the System.loadLibrary("rdpdf") instruction in the Global.java.
I use Maven with a local repository, and all .so-files exist in the m2-repository. The version of RadaeePDF is 2.2.9c.
Does anyone have an idea?
Thank you in advance!
currently I have a problem when loading the librpdf.so, resulting in the following Exception:
java.lang.UnsatisfiedLinkError: dlopen failed: "[SOME_PATH]/lib/arm/librdpdf.so" has bad ELF magic
The error occurs immediately at the System.loadLibrary("rdpdf") instruction in the Global.java.
I use Maven with a local repository, and all .so-files exist in the m2-repository. The version of RadaeePDF is 2.2.9c.
Does anyone have an idea?
Thank you in advance!
IP: 192.168.0.71
8 years 10 months ago #12085
by nermeen
Replied by nermeen on topic Bad ELF magic librdpdf.so
It seems like you are trying to load the library on a device that does not support this architecture, from the error you are loading from (arm).
So make sure that you are including the library that supports your device's architecture.
Another thing: you are using an old version, we recommend that you update to the latest version (lots of improvements and fixes have been done since then)
So make sure that you are including the library that supports your device's architecture.
Another thing: you are using an old version, we recommend that you update to the latest version (lots of improvements and fixes have been done since then)
IP: 192.168.0.71
8 years 10 months ago - 8 years 10 months ago #12091
by sruf
Replied by sruf on topic Bad ELF magic librdpdf.so
Thank you! I updated to the newest version, now things work fine. Maybe the library I used was broken.
Now one question is open: Are the newest version available with the same license? Right now with the same settings I get the watermark.
EDIT: Nevermind! I had the wrong license_type
Now one question is open: Are the newest version available with the same license? Right now with the same settings I get the watermark.
EDIT: Nevermind! I had the wrong license_type
Last edit: 8 years 10 months ago by sruf.
Time to create page: 0.437 seconds