*/}}

#25 [appimage][0.5] libGLEW.so.2.2: cannot open shared object file: No such file or directory

Closed
opened 2 weeks ago by Deevad · 1 comments

Hey, I tested the recent unreleased 0.5 appimage build, but when I try to run it, I get this error:

~/sources/OurPaint »»» ./OurPaint-v0.5-x86_64.AppImage 
/tmp/.mount_OurPaiByh2sp/OurPaint: error while loading shared libraries: libGLEW.so.2.2: cannot open shared object file: No such file or directory
~/sources/OurPaint »»»

O.S. : Debian 12 KDE, up to date.

Hey, I tested the recent unreleased 0.5 appimage build, but when I try to run it, I get this error: ``` ~/sources/OurPaint »»» ./OurPaint-v0.5-x86_64.AppImage /tmp/.mount_OurPaiByh2sp/OurPaint: error while loading shared libraries: libGLEW.so.2.2: cannot open shared object file: No such file or directory ~/sources/OurPaint »»» ``` O.S. : Debian 12 KDE, up to date.
David Revoy commented 1 week ago
Poster

Ok! After a PM with Yiming Wu on Mastodon, I installed libglew2.2

sudo apt install libglew2.2

Then, the appimage complained about another library:

~/sources/OurPaint »»» ./OurPaint-v0.5-x86_64.AppImage 
/tmp/.mount_OurPaiie5xC7/OurPaint: error while loading shared libraries: libluajit-5.1.so.2: cannot open shared object file: No such file or directory
~/sources/OurPaint »»»

So I had to follow the same pattern and install

sudo apt install libluajit-5.1-2 libluajit-5.1-common

After that, Ourpaint launched! I'm closing the issue.

Ok! After a PM with Yiming Wu on Mastodon, I installed libglew2.2 ``` sudo apt install libglew2.2 ``` Then, the appimage complained about another library: ``` ~/sources/OurPaint »»» ./OurPaint-v0.5-x86_64.AppImage /tmp/.mount_OurPaiie5xC7/OurPaint: error while loading shared libraries: libluajit-5.1.so.2: cannot open shared object file: No such file or directory ~/sources/OurPaint »»» ``` So I had to follow the same pattern and install ``` sudo apt install libluajit-5.1-2 libluajit-5.1-common ``` After that, Ourpaint launched! I'm closing the issue.
Sign in to join this conversation.
No Label
No Milestone
No assignee
1 Participants
Loading...
Cancel
Save
There is no content yet.