-
-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pdfium on CentOS #464
Comments
What version of CentOS? |
kernel version 6.6.51 |
I had such issue, when |
Executable naps2 I found in /usr/bin. I made symlink /usr/lib/naps2 -> /usr/lib64/naps2/ where I found file _linux/libpdfium.so. But I have the same error. |
Executable |
The other possibility is that Centos is using too old a glibc (2.28) for the pdfium build (it's supposed to only require 2.27 but I might have missed some change). I'll check later but if you want you can see what glibc version libpdfium.so depends on. |
|
What's the output of |
That's... odd. It works fine on my Fedora VM (which also uses the RPM). At some point I might try creating a CentOS VM and see if I can track it down but I'm not sure what the problem is. |
Then I use version naps2-7.1.2 I can import pdf files and output is: ldd /lib/naps2/_linux/libpdfium.so
After update to version naps2-7.5.1 output is: ldd /lib/naps2/_linux/libpdfium.soldd: warning: you do not have execute permissions `/lib/naps2/_linux/libpdfium.so' |
Thank you |
Import pdf files on Version 7.5.1-2 working exelent) |
Describe the bug
When I try to import PDF into NAPS2 7.5.1 I ha
To Reproduce
Steps to reproduce the behavior:
see on screenshot
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop:
The text was updated successfully, but these errors were encountered: