Skip to content
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

Issue with #18

Open
rodrigoguerrasa opened this issue Feb 25, 2016 · 4 comments
Open

Issue with #18

rodrigoguerrasa opened this issue Feb 25, 2016 · 4 comments

Comments

@rodrigoguerrasa
Copy link

I am trying to run wkhtmltopdf-amd64 on a linux server and I am getting the following error

./wkhtmltopdf-amd64: /lib64/libc.so.6: versionGLIBC_2.9' not found (required by ./wkhtmltopdf-amd64)
./wkhtmltopdf-amd64: /lib64/libc.so.6: version GLIBC_2.10' not found (required by ./wkhtmltopdf-amd64) ./wkhtmltopdf-amd64: /lib64/libc.so.6: versionGLIBC_2.7' not found (required by ./wkhtmltopdf-amd64)`

the library libc.so.6 exists in /lib64 but apparently the version is older. I can't get the version since dpkg is not active on the shared environment. Can I use an earlier version of libc.so.6? Any ideas of how to circumvent this problem?

@h4cc
Copy link
Owner

h4cc commented Feb 25, 2016

Have you tried using a system installed package from here? http://wkhtmltopdf.org/downloads.html

@rodrigoguerrasa
Copy link
Author

I downloaded the package for linux 64 bit but it comes as a tarball with tar.xz . My shared host does not support tar.xz only tar and tar.bz2 . So I installed it from here (github) using composer.

@rodrigoguerrasa
Copy link
Author

OK, I downloaded from the wkhtmltopdf.org and converted the tar.xz to tar.gz. Unpacked it and got the same problem. Do you think the libc in my server can be 7 years old?

@h4cc
Copy link
Owner

h4cc commented Feb 26, 2016

You have not yet once stated, which Server OS you have. Of course it can be too old, even with static linking.

A better place to find support for your problem will be the issue tracker of the project itself: https://github.com/wkhtmltopdf/wkhtmltopdf/issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants