Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: andrewb on January 22, 2025, 01:30:16 AM

Title: Claws mail not loading libEGL dependency
Post by: andrewb on January 22, 2025, 01:30:16 AM
Claws Mail in TC15 isn't loading libEGL as a dependency. Works OK if libEGL loaded manually.
Title: Re: Claws mail not loading libEGL dependency
Post by: Rich on January 22, 2025, 09:32:33 AM
Hi andrewb
claws-mail.tcz.dep lists gtk2.tcz:
Code: [Select]
enchant2.tcz
gtk2.tcz
libICE.tcz
libSM.tcz
libetpan.tcz
libstartup-notification.tcz
poppler07.tcz
librsvg.tcz
pcre.tcz
gtk-update-icon-cache.tcz
found here:
http://tinycorelinux.net/15.x/x86/tcz/claws-mail.tcz.dep

gtk2.tcz.dep lists libEGL.tcz:
Code: [Select]
at-spi2-core.tcz
gdk-pixbuf2.tcz
libXcomposite.tcz
libXcursor.tcz
libXinerama.tcz
libXrandr.tcz
pango.tcz
pcre.tcz
libGLESv2.tcz
libEGL.tcz
found here:
http://tinycorelinux.net/15.x/x86/tcz/gtk2.tcz.dep

So it should be loading automatically.
Title: Re: Claws mail not loading libEGL dependency
Post by: andrewb on January 25, 2025, 06:54:21 PM
Thanks.Checked GTK2 dep file. Was missing libEGL. Not sure why.
Ran Update Dep Files. All good now.
Title: Re: Claws mail not loading libEGL dependency
Post by: Rich on January 25, 2025, 09:05:20 PM
Hi andrewb
Thank you for identifying the problem and solution.