Error while loading shared libraries: libcairo.so.2: cannot open shared object file: No such file or directory

I install libreoffice 5.2.7 on centos 6.5, when I run the libreoffice with the command:
./soffice -headless -accept=“socket,host=127.0.0.1,port=8100;urp;” -nofirststartwizard
I got the following error:
/opt/libreoffice5.2/program/soffice.bin: error while loading shared libraries: libcairo.so.2: cannot open shared object file: No such file or directory

Do you know which library should I install?
Thanks!

Same issue, installing libraoffice 5.3.4 on CentOS 7.2

Although its a bit late, the solution is this:

yum install cairo -y

Hope will help the other users.