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

DesktopEditors require converter in LD_LIBRARY_PATH on ubuntu 18.04 #110

Closed
ShockwaveNN opened this issue Jun 25, 2020 · 1 comment
Closed
Assignees
Labels
confirmed-bug Issues with confirmed bugs

Comments

@ShockwaveNN
Copy link
Contributor

ShockwaveNN commented Jun 25, 2020

Steps:

  1. Build all products on Ubuntu 18.04 on this version: 21056ec

  2. run DesktopEditors

LD_LIBRARY_PATH=./ ./DesktopEditors

This raise:

./DesktopEditors: error while loading shared libraries: libgraphics.so: cannot open shared object file: No such file or directory

Temporal workaround:
Run with

LD_LIBRARY_PATH=./:./converter ./DesktopEditors

End everything fine

@ShockwaveNN ShockwaveNN added the confirmed-bug Issues with confirmed bugs label Jun 25, 2020
@ShockwaveNN
Copy link
Contributor Author

Fixed on 03823fe and other projects by yeasterday evening

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
confirmed-bug Issues with confirmed bugs
Projects
None yet
Development

No branches or pull requests

2 participants