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

Re: netscape question



>#!/bin/sh
>
># Change this to the location of your binary:
>netscape=/usr/lib/netscape/netscape-communicator
>
>echo "Moving $netscape to ${netscape}.old..."
>mv $netscape ${netscape}.old
>perl -pi -e 's:ANIMEXTS1:ANIMEXTZ1:'  ${netscape}.old > $netscape
>perl -pi -e 's:NETSCAPE2:NOTSCAPE2:'  ${netscape}.old > $netscape
>
>chmod +x $netscape

         
It compiles fine,
but when I run netscape I get:

>/usr/bin/netscape: /usr/lib/netscape/netscape-communicat
>or: Exec format error


Any ideas?

Dorit

=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il