BlueTeaLondon / heroku-buildpack-libreoffice-for-heroku-18

Other
17 stars 29 forks source link

Heroku-18 missing libXinerama #10

Open HaakonL opened 4 years ago

HaakonL commented 4 years ago

Hi,

I'm not able to make this buildpack work on Heroku-18. I have added the libXinerama dependency in the Aptfile, but it does not help. Which is not weird at all, since Heroku-18 does not have this library available.

Libreconv::ConversionFailedError - Conversion failed! Output: "", Error: "/app/vendor/libreoffice/opt/libreoffice6.3/program/oosplash: error while loading shared libraries: libXinerama.so.1: cannot open shared object file: No such file or directory":

Any suggestions? :)

image

vesatoivonen commented 4 years ago

Please make sure that all the packages listed in the readme are present in your Aptfile.

HaakonL commented 4 years ago

They are indeed.

HaakonL commented 4 years ago

I fixed the missing libxinerama1 package by downloading it directly in the Aptfile. But I am getting a new error now. Updated Aptfile:

libsm6 libice6 libdbus-glib-1-2 libharfbuzz0b libharfbuzz-icu0 http://no.archive.ubuntu.com/ubuntu/pool/main/libx/libxinerama/libxinerama1_1.1.4-2_amd64.deb

New error:

Libreconv::ConversionFailedError - Conversion failed! Output: "", Error: "javaldx: Could not find a Java Runtime Environment!\nWarning: failed to read path from javaldx\n/app/vendor/libreoffice/opt/libreoffice6.3/program/soffice.bin: error while loading shared libraries: libSM.so.6: cannot open shared object file: No such file or directory