elwerene / libreoffice-convert

MIT License
241 stars 94 forks source link

linux yum installs libreoffice under the /opt/ folder #31

Closed Danijj89 closed 3 years ago

Danijj89 commented 3 years ago

Hi,

I'm trying to use libreoffice-convert on an aws ec2 instance.

In order to make the module work I had to install libreoffice on the linux machine. However, the package manager (yum) installs it on /opt/libreoffice6.4/program/soffice, while the convert function only looks under /usr/bin folder and cannot find it.

Any help would be appreciated.

Thanks

elwerene commented 3 years ago

you have three choices:

Danijj89 commented 3 years ago

Hi,

Thanks for your help! I followed your suggestion and created a symlink, and it solved my issue. I will keep an eye on #25