Tiny Core Linux
Off-Topic => Archive / Obsolete => SCM EXtensions => Topic started by: mladen 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 !
-
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.