vladholubiev / serverless-libreoffice

Run LibreOffice in AWS Lambda to create PDFs & convert documents
https://vladholubiev.com/serverless-libreoffice
513 stars 75 forks source link

/tmp/instdir/program/oosplash: error while loading shared libraries: libX11.so.6: cannot open shared object file: No such file or directory #26

Closed kumarvarun1879 closed 4 years ago

kumarvarun1879 commented 4 years ago

Hi, First of all thanks for sharing this awesome module. I am trying to use the complied file but getting the Following error.

/tmp/instdir/program/oosplash: error while loading shared libraries: libX11.so.6: cannot open shared object file: No such file or directory

I have followed the doc step by step. I an using this on AWS Lambda (Python 3.x)

Can you please advice me, what can i do to resolve this error.

Thanks in advance.

kumarvarun1879 commented 4 years ago

Resolved!! downgraded Python version 3.8 to 3.7