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

[2021.07] libxerces dependency missing on Debian 11 #1074

Closed
wsdookadr opened this issue Sep 1, 2021 · 1 comment
Closed

[2021.07] libxerces dependency missing on Debian 11 #1074

wsdookadr opened this issue Sep 1, 2021 · 1 comment

Comments

@wsdookadr
Copy link

wsdookadr commented Sep 1, 2021

Problem description

I'm using Debian 11 bullseye and I tried using the latest appimage release 2021.07. At startup, it shows an error with the following message:


	libio_e57.so: libio_e57.so does not seem to be a Qt Plugin.

Cannot load library /tmp/.mount_MeshLardC8HA/usr/lib/meshlab/plugins/libio_e57.so: 
(libxerces-c-3.2.so: cannot open shared object file: No such file or directory)

Screenshot_2021-09-01_09-56-20

Workaround

I worked around this by installing libxerces:

sudo apt-get install libxerces-c-dev libxerces-c3.2

Proposed solution

To fix this, I propose libxerces be added to the list of installed packages in the build environment, so in the file 0_setup_env_ubuntu.sh and maybe also to the script that bundles together everything in the AppImage, in 2_deploy.sh . In the latter, I agree that -bundle-non-qt-libs should be enough, but it seems like libs need to be explicitly added there.

@wsdookadr wsdookadr changed the title libxerces dependency missing [2021.07] libxerces dependency missing Sep 1, 2021
@wsdookadr wsdookadr changed the title [2021.07] libxerces dependency missing [2021.07] libxerces dependency missing on Debian 11 Sep 1, 2021
@alemuntoni
Copy link
Member

This issue should be already solved here: 3327ceb
You can downloading the last nightly build to check if everything works as expected.

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