Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Executable filename issue with latest version (5.0.4) of LibreOffice on RHEL #137

Open
neilneyman opened this issue Jan 20, 2016 · 1 comment

Comments

@neilneyman
Copy link

I was recently deploying some scripts to a production Red Hat server that use docsplit on word docs. The dev server had been using LibreOffice 5.0.3, where everything worked, but the production server installed the latest 5.0.4, and in this case docsplit failed when trying to extract_pdf on a .doc file with the error: unable to find Office Software.

Apparently with this latest version of LibreOffice installed, the executable name was /usr/bin/libreoffice5.0

As a workaround I was able to get docsplit working simply by linking the libreoffice executable to the name libreoffice: sudo ln -s /usr/bin/libreoffice5.0 /usr/bin/libreoffice

Just wanted to give a heads up about that.

@knowtheory
Copy link
Member

Thanks, we can add that to the list of executables.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants