./startup doesnt work

Posted by Nargsbrood on Fri 02 Nov 2007 06:37 PM — 6 posts, 25,171 views.

#0
gives this message:
bash: ./starup: No such file or directory

i assume its because i am missing the package
What package is it?
USA #1
I'm assuming you meant "./startup", not "./starup"? (It helps to copy/paste errors, not retype them.)

The most common cause is that you don't have the tcsh package installed. I'd go do that, and see if this goes away.
USA #2
On the other hand, if he did copy/paste the error, you've just solved it for him. ;D
#3
sry, - here is the copy and paste version:

$ ./startup
bash: ./startup: /bin/csh: bad interpreter: No such file or directory
USA #4
Well, that's quite different from what you initially posted!

So, yeah... you need to install the tcsh package. :-) (tcsh is a replacement for csh.)
#5
thanks for the help! In process of now downloading it :)