php - wkhtmltoimage centos 6 error -
I am trying to work on my CentOS 6 server, I have unexpected files, but when I run the command I am getting an error.
I'm running
wktmltoimage-i386 --load Ignore Terror-Handling /var/www/vhosts/website.com/httpdocs/img/example. Jpg
I am getting the error
Wkhtmltoimage-i386: Error while loading the shared library: libfontconfig.so.1: does not open the shared object file Could not: Do not have such a file or directory
I have followed several tutorials but I'm not fortunate enough to have my background with Windows servers, so Will greatly appreciate any help.
I have only one error when I used wkhtmltoimage-i386 I started using this version Did it and it worked. Try it
Updated: Regarding this error, you can install the missing directory by the following command: CentOs: yum install libfontconfig.so.1
or on other: apt-Libfontconfig Install .so.1
Comments
Post a Comment