按如下链接编译安装好 wkhtmltopdf-qt 和 wkhtmltopdf
http://code.google.com/p/wkhtmltopdf/wiki/compilation
执行wkhtmltopdf --version报如下错误:
wkhtmltopdf: error while loading shared libraries: libwkhtmltox.so.0: cannot open shared object file: No such file or directory
请检查你的/usr/lib/, /usr/lib64/, /usr/local/lib或/usr/local/lib64目录下有无这个so文件
如有请确认该so文件所在路径在 /etc/ld.so.conf 文件里,执行如下操作即可:
echo "/usr/local/lib" >> /etc/ld.so.conf
/sbin/ldconfig