I couldn't execute firefox on solaris 10

Hi All,I have installed firefox on solaris 10 sparc ,when i try to execute ./firefox the following message displayed on the screen .bash-3.00# ./firefox./run-mozilla.sh: ./firefox-bin: cannot executeWhat should i do to solve this problem ?Thanks Advance
[295 byte] By [jai_testing] at [2008-2-4]
# 1
Check why it cannot execute :-)Seriously; I think there is a wrong she-bang in that shellscript, its likely trying to run a program which isn't in your searchpath or not available on the system at all.
LionO at 2007-7-6 > top of java,Desktop,Mozilla Browser For Solaris...
# 2
I usually see this type of error when I'm trying to exec a binary on wrong arch, say intel binary on sparc machine.
MaximKartashev at 2007-7-6 > top of java,Desktop,Mozilla Browser For Solaris...