cnr-isti-vclab / meshlab

The open source mesh processing system
http://www.meshlab.net
GNU General Public License v3.0
4.79k stars 826 forks source link

Could not launch Meshlab on my Ubuntu 22.04 computer #1455

Open thierry7100 opened 10 months ago

thierry7100 commented 10 months ago

Hi,

When I try to launch Meshlab

thierry@thierry-UX410UAR:~/Applications$ ./MeshLab2023.12-linux.AppImage I got the following error

Using OpenGL 4.6 /tmp/.mount_MeshLaNTSunG/AppRun.wrapped: symbol lookup error: /lib/x86_64-linux-gnu/libssl.so.1.1: undefined symbol: EVP_idea_cbc, version OPENSSL_1_1_0

I am using Ubuntu 22.04, here is the output of lsb_release -a

Distributor ID: Ubuntu Description: Ubuntu 22.04.3 LTS Release: 22.04 Codename: jammy

Fantasticos commented 2 months ago

Seems like you have libssl installed in your environment that is not compatible with Meshlab. I met the same problem, and I searched the name "libssl.so.1.1" in my computer and found a lot of them.... I randomly chose one and replaced "/lib/x86_64-linux-gnu/libssl.so.1.1", and then problem SOLVED.

Inspired by this https://stackoverflow.com/questions/74903006/pacman-usr-lib-libcrypto-so-1-1-version-openssl-1-1-0-not-found