I installed wkhtmltopdf and wkhtmltoimage on my VPS. (linode server) with ABC as logged in user (admin rights granted).
I have a binary here that is apparently statically linked:
$ file wkhtmltopdf-amd64
wkhtmltopdf-amd64: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), statically linked, stripped
$ ldd wkhtmltopdf-amd64
not a dynamic executable
$ readelf -d wkhtmltopdf-amd64
There is no dynamic section in this file.
But when i try to execute it, it complains that shared libs would be missing:
$ ./
What's, in your opinion, best pratice, to let wkhtmltopdf installed on a server be accessed as a service? (E.g. with an REST Interface via apache/php)
It seems rather insecure to simply pass wkhtmltopdf any type of html data submitted by the user which maybe, somehow, open a securty leak inside wkhtmltopdf...
What would be the best solution to fix that? Running in a jail via chroot?
I'm using WKHTMLTOPDF on a 64-bit Linux server and I'm running into problems with the version.
Seen here: http://code.google.com/p/wkhtmltopdf/downloads/list
There's slim pickins when it comes to pre-compiled binaries. I started with version 0.9.9 which has a few bugs.
I am working with a server on the Amazon AWS Cloud. I have PHP & MySQL Running on a Linux Server with Apache. I am attempting to get the GD Image Library working.
I have run yum -y install php-gd. The server ran the install, and when I now run rpm -q php-gd , it says php-gd-5.3.8-3.20.amzn1.x86_64 , which I think means that the GD Library is installed.
I'm using wkhtmltopdf through the command line. It successfully creates a PDF given a URL but is very slow and the output ends with a seg fault. Any idea how to resolve this?
Daily Journal is a journal application for Ubuntu that keeps one page per day. The focus is on letting you take your notes. There is no file management, formatting, or other complexity imposed.
==================================================================
GNOME 2.28.2 Stable Release
==================================================================
This is the last update to GNOME 2.28. It contains many fixes for
important bugs that directly affect our users, documentation updates
and also a large number of updated translations.
Hi all,I'm new here, but I've been running Arch on my personal server for about 7 months now.I recently did a full system upgrade, which involved moving to systemd.Everything seemed fine until I tried to configure the machine remotely using ansible (http://ansible.cc).I would get errors that ended like this:
File "/home/tom/.ansible/tmp/ansible-1362310635.19-136058617093366/ping&qu