[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: "Yarrow" on Alpha



On Monday 10 Nov 2003 6:44 pm, Arkadiy Chapkis - Arc wrote:
>  Just tried on my miata, got an illegal instruction message:
># /opt/MozillaFirebird-0.7.1/bin/MozillaFirebird
>/opt/MozillaFirebird-0.7.1/lib/mozilla-1.5/run-mozilla.sh: line 72: 22271
> Illegal instruction     "$prog" ${1+"$@"}

Ugh. I've had this before. Putting some print statements into the shell 
script reveals in my case that ${1+"$@"} always seems to be null and $prog" 
is /opt/MozillaFirebird/lib/mozilla-1.5/MozillaFirebird-bin.
I'd suggest in the first instance to change the line
"$prog" ${1+"$@"}
to just
"$prog"
and seeing if that works. If not, then check to see what $prog enumerates to. 
If that fails I'll try and look to see what's causing garbage to end up those 
variables.

cheers
john

>
>  Do you know quick fix, should there be /opt/MozillaFirebird/lib in my
>$LD_LIBRARY_PATH?




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]