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

Installing / running unoconv on Mac Os X #125

Closed
schwarzf opened this issue Apr 4, 2013 · 10 comments
Closed

Installing / running unoconv on Mac Os X #125

schwarzf opened this issue Apr 4, 2013 · 10 comments

Comments

@schwarzf
Copy link

schwarzf commented Apr 4, 2013

I installed LibreOffice with the current installer 'LibreOffice_4.0.2_MacOS_x86.dmg' and run the latest version (GitHub master branch) of unoconv:

./unoconv
dyld: Library not loaded: /usr/local/libodep/lib/libintl.8.dylib
Referenced from: /Applications/LibreOffice.app/Contents/MacOS/LibreOfficePython.framework/Versions/3.3/Resources/Python.app/Contents/MacOS/LibreOfficePython
Reason: image not found
Trace/BPT trap: 5

The /usr/local/libodep/lib/libintl.8.dylib library does not exist at my system. Have you any suggestions what I have forgotten?

@sharp
Copy link

sharp commented Apr 7, 2013

ln -s /opt/local/lib/libintl.8.dylib /usr/local/libodep/lib/libintl.8.dylib

But wrong architecture with 4.x

@schwarzf
Copy link
Author

schwarzf commented Apr 7, 2013

I already tried to use the libintl.8.dylib from my gettext installation, but it was for the wrong architecture.

ln -s /usr/local/Cellar/gettext/0.18.2/lib/libintl.8.dylib /usr/local/libodep/lib/libintl.8.dylib

/opt/local/lib/libintl.8.dylib does not exist at my system.

But thanks for your comment.

@sharp
Copy link

sharp commented Apr 8, 2013

Hi , I think you can try Jodconverter http://sharp.bz/posts/168-jodconverter-wen-dang-zhuan-huan

@crazymykl
Copy link

This is technically a LibreOffice bug, but it bit me, too.

@iwtppwko
Copy link

Same problem here.
You see the same here: http://stackoverflow.com/questions/15860543/dyld-library-not-loaded-usr-local-libodep-lib-libintl-8-dylib
though installing macports also doesn't work for me.

@dagwieers
Copy link
Member

Please report this problem to the LibreOffice project so they can fix this for you.

Don't forget to add a reference here to the LibreOffice bugtracker so others can track it as well.

@lukebrowell
Copy link

@schwarzf - did you get this working in the end?

@florianschwarz
Copy link

sry - with the current LibreOffice version (4.2.1) it is working.

@lukebrowell
Copy link

Great, thanks. Tested, confirmed on Mavericks.

@dagwieers dagwieers added support and removed bug labels Jul 5, 2015
@dagwieers
Copy link
Member

With all the heads up I am going to close this issue. If you still have a related problem, feel free to reopen this issue.

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

No branches or pull requests

7 participants