I see now that if you want to keep your old sce's and not re-import, just import a new libnspr4-0d and place it at the beginning of your sceboot.lst file.
That will prevent the error from the combination of loading old and new sce's that are affected by this issue.
hi jason,
is it essential to make a separate ibnspr4-0d.sce placed at the beginning of my sceboot.lst file?
my sceboot.lst contains:
kernel-all-3.8.10-tinycore
filesystems-3.8.10-tinycore
hwmon-3.8.10-tinycore
graphics-3.8.10-tinycore
v4l-dvb-3.8.10-tinycore
alsa-modules-3.8.10-tinycore
mydesktop
i inserted ibnspr4-0d in my individual sce called mydesktop.sce:
Xprogs
wbar
xorg-all
grep
bash
screen
mc
ssh
iptables
fluxbox
fail2ban
laptop-mode-tools
pm-utils
libnspr4-0d
iceweasel
icedove
cups
cups-driver-gutenprint
hplip-cups
jpilot
gnupg
rsync
epdfview
gthumb
and i freshly imported libreoffice4.1.sce.
unfortunately i experienced the same result
tc@box:~$ libreoffice4.1
### libreoffice works fine
tc@box:~$ iceweasel
XPCOMGlueLoad error for file /tmp/tcloop/mydesktop/usr/lib/iceweasel/xulrunner/l
libxul.so: cannot open shared object file: No such file or directory
Couldn't load XPCOM.
### iceweasel doesn't start
tc@box:~$ icedove
XPCOMGlueLoad error for file /tmp/tcloop/mydesktop/usr/lib/icedove/libxpcom.so:
libssl3.so: cannot open shared object file: No such file or directory
Couldn't load XPCOM.
### icedove doesn't start
should i exclude libnspr4-0d in a separate sce?
it's so huge that it explodes my whole setup...
thank you for your time and patience to help.