WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: seamonkey.scm  (Read 3314 times)

Offline mladen

  • Newbie
  • *
  • Posts: 9
seamonkey.scm
« on: March 01, 2012, 02:28:40 AM »
All .scm members from mozilla family works fine, but seamonkey.scm  have some problem with dependencies.
When I boot minimal X/GUI  configuration (without gtk2.tcz) and mount mozillla.scm with gtk2.scm dependency, it doesn`t work.
If I boot the same  configuration with gtk2.tcz and mount mozilla.scm but without gtk2.scm ,  mozilla works fine.
It seems that in compiling process of seamonkey.scm  in some way  remained  gtk2.tcz dependenciy, despite the fact that in normal installation process seamonkey.scm regularly load it`s  .scm dependency !

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: seamonkey.scm
« Reply #1 on: March 01, 2012, 07:08:59 AM »
I see the issue, I did not set the LD_LIBRARY_PATH to point to /apps/gtk2/lib at the end of run-mozilla.sh, as if you set the path in the wrapper as usual it gets erased somewhere in run-mozilla.sh.

I am uploading a fixed seamonkey.scm now, should be there in a few minutes.