Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/wix/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Centos 在cent os服务器上安装wkhtmltopdf_Centos_Wkhtmltopdf - Fatal编程技术网

Centos 在cent os服务器上安装wkhtmltopdf

Centos 在cent os服务器上安装wkhtmltopdf,centos,wkhtmltopdf,Centos,Wkhtmltopdf,我正在尝试在CentOS 64位box上安装wkhtmltopdf。 我做了以下工作: $ wget {relavant url to binary from link above} $ tar -xvf {filename of above wget'd file} $ ./wkhtmltopdf-amd64 http://www.google.com example.pdf 我得到: 加载共享库时出错:libXrender.so.1:无法打开共享对象文件:没有这样的文件或目录 我尝试使用y

我正在尝试在CentOS 64位box上安装wkhtmltopdf。 我做了以下工作:

$ wget {relavant url to binary from link above}
$ tar -xvf {filename of above wget'd file}
$ ./wkhtmltopdf-amd64 http://www.google.com example.pdf
我得到:

加载共享库时出错:libXrender.so.1:无法打开共享对象文件:没有这样的文件或目录

我尝试使用yum安装来安装libXrender.so.1。 我可以在/usr/lib中看到libXrender.so.1 sym ink

请帮忙


谢谢

是哪个链接;是指0.9.9还是0.11.0?询问,因为wkhtmltopdf问题跟踪程序中可能存在相关问题:--可能尝试0.9.9?该项目不是很活跃,尽管它有很多用户,但目前贡献者并不多。