WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Missing dependency in SeaMonkey (CorePure64 16.2)  (Read 130 times)

Offline zwerg7

  • Newbie
  • *
  • Posts: 1
Missing dependency in SeaMonkey (CorePure64 16.2)
« on: November 17, 2025, 04:23:05 PM »
Trying to load Seamonkey in TinyCore 16.2 (CorePure64) I got an error

> XPCOMGlueLoad error for file /tmp/tcloop/seamonkey/usr/local/lib/seamonkey/libxul.so:
> libffi.so.7: cannot open shared object file: No such file or directory
> Couldn't load XPCOM.

When I had loaded another browser (e.g. Palemoon) before, Seamonkey started witout problems.

A check of the dependencies showed that libffi7.tcz is not listed as dependency of seamonkey.
I have added libffi7.tcz to the onboot list. This simple workaround worked as expected.
So there is no immediate need for a fix.  As the fix would probably be not much more than fixing a line in a makefile, it would be nice to have it done soon.
« Last Edit: November 17, 2025, 04:27:16 PM by zwerg7 »

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12316
Re: Missing dependency in SeaMonkey (CorePure64 16.2)
« Reply #1 on: November 17, 2025, 08:07:31 PM »
Hi zwerg7
Welcome to the forum.

Confirmed,  /usr/local/lib/seamonkey/libxul.so  depends on  libffi.so.7.
seamonkey.tcz.dep  updated in TC16 x86_64.

Thank you for reporting this.