- Where Developers Learn, Share, & Build Careers


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

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -