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!