hi ya jerry

On Sat, 8 Feb 2003, Jerry Van Brimmer wrote:

> Hi,
> 
> I'm trying to install Wordperfect 8 on Woody. I have installed libc5 and 
> xpm4.7. I have WP8 on a commercial Corel CD. When I cd to the CD root 
> directory, there I see install.wp. When I type ./install.wp and press 
> Enter I get this message:
> 
> debian:/cdrom# ./install.wp
> bash: ./install.wp: /bin/sh: bad interpreter: Permission denied
> debian:/cdrom#
>
> What does "bad interpreter" mean? What could be the problem?

usually means  the first line of that shell script is bad....

probably a non-existent /bin/sh  if it was #!/bin/sh
or  you have dos vs unix issues
        cp install.wp  /tmp
        vi /tmp/install.wp
                - put a crlf as the last line
        /tmp/install.wp
                - should work

        you probably wanna tr that file...

        sh isntall.wp  should work too
        except you still have tons of ^M instead of crlf

c ya
alvin
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to