Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
error while loading shared libraries: libwebkit2gtk-4.0.so.3
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
juliedeville
n00b
n00b


Joined: 14 Oct 2024
Posts: 12

PostPosted: Sat Oct 19, 2024 8:18 pm    Post subject: error while loading shared libraries: libwebkit2gtk-4.0.so.3 Reply with quote

I am trying to run Orca Slicer from an AppImage, and I keep getting this error:

Code:
/tmp/.mount_OrcaSlqi0EGV/bin/orca-slicer: error while loading shared libraries: libwebkit2gtk-4.0.so.37: cannot open shared object file: No such file or directory


I installed webkit, but I am still getting this error. As I understand, AppImages are supposed to contain all dependencies and libraries. This is a commonly reported issue on the Orca github, but they have not implemented a fix yet. My confusion is that it works on Debian on the same machine.

Is there any way around this?
Back to top
View user's profile Send private message
grknight
Retired Dev
Retired Dev


Joined: 20 Feb 2015
Posts: 1888

PostPosted: Sat Oct 19, 2024 8:26 pm    Post subject: Reply with quote

Try installing net-libs/webkit-gtk:4
Back to top
View user's profile Send private message
juliedeville
n00b
n00b


Joined: 14 Oct 2024
Posts: 12

PostPosted: Sun Oct 20, 2024 3:22 pm    Post subject: Reply with quote

Thank you, that did the trick. Now I am getting this error
Code:
/tmp/.mount_OrcaSlKqP4PA/bin/orca-slicer: symbol lookup error: /tmp/.mount_OrcaSlKqP4PA/bin/orca-slicer: undefined symbol: gdk_wayland_window_get_wl_surface


I am guessing it is another dependency issue; I have dev-libs/wayland-1.23.0 installed.
Back to top
View user's profile Send private message
Hu
Administrator
Administrator


Joined: 06 Mar 2007
Posts: 22537

PostPosted: Sun Oct 20, 2024 3:48 pm    Post subject: Reply with quote

What is the output of emerge --pretend --verbose x11-libs/gtk+:3?
Back to top
View user's profile Send private message
juliedeville
n00b
n00b


Joined: 14 Oct 2024
Posts: 12

PostPosted: Sun Oct 20, 2024 10:22 pm    Post subject: Reply with quote

Code:
x11-libs/gtk+-3.24.41-r1::gentoo was built with the following:
USE="X introspection (-aqua) -broadway -cloudproviders -colord -cups -examples -gtk-doc -sysprof -test -vim-syntax -wayland -xinerama" ABI_X86="(64) -32 (-x32)"
Back to top
View user's profile Send private message
Hu
Administrator
Administrator


Joined: 06 Mar 2007
Posts: 22537

PostPosted: Sun Oct 20, 2024 11:38 pm    Post subject: Reply with quote

Your gtk+:3 was built without Wayland support, so I think it is normal that it is not providing that symbol. Does the AppImage (ick) work if you enable wayland support in gtk+:3?
Back to top
View user's profile Send private message
juliedeville
n00b
n00b


Joined: 14 Oct 2024
Posts: 12

PostPosted: Mon Oct 21, 2024 3:43 pm    Post subject: Reply with quote

That did the trick, thank you!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum