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

Error while loading shared libraries: libjawt.so #43

Open
davidjhi opened this issue Dec 5, 2023 · 1 comment
Open

Error while loading shared libraries: libjawt.so #43

davidjhi opened this issue Dec 5, 2023 · 1 comment
Assignees
Labels

Comments

@davidjhi
Copy link

davidjhi commented Dec 5, 2023

  • Kubuntu 22.04
  • Installed via PPA

Command: dicom2mesh -i /home/user/Dicom -t 557 -o mesh.stl

Result:

dicom2mesh: error while loading shared libraries: libjawt.so: cannot open shared object file: No such file or directory

Greetings!

@eidelen
Copy link
Owner

eidelen commented Dec 26, 2023

Hi,
That's correct. I noticed the same problem but didn't find the root of the solution. I should have disabled the 22.04 ppa - I am sorry for that. One fix which worked for me is pointing to these libraries (... yes, there will pop up another lib as well).

> LD_LIBRARY_PATH=/usr/lib/jvm/java-11-openjdk-amd64/lib:/usr/lib/jvm/java-11-openjdk-amd64/lib/server
> export LD_LIBRARY_PATH

You have to adapt with your corresponding paths.

If you or somebody else is interested to maintain a proper PPA for dicom2mesh, I am glad to share with you the information. Under the directory debian and in the file HowToPPA.txt are some notes.

Thank you,
Adrian

@eidelen eidelen added the bug label Dec 26, 2023
@eidelen eidelen self-assigned this Dec 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants