I'm having problems with starting my programs I get an error:
ex: I run a program called iwatch, to start the database I suppose to type: iwstart
But I get this error:
(interpeter "/bin/sh" not found. So I have type: sh iwstart
to get it to work.
check the first line of your iwstart script, looks like a #! line is pointing to the wrong thing Mike
"Experience is the comb that Nature gives us after we are bald."
Is that a haiku?
I never could get the hang
of writing those things.
/bin is part of the root file system, and will be available even in single user mode when no other file systems are mounted (like /usr for example) The /bin/sh shell is a statically linked version of the sh, as I understand it, so it does not rely on any other libraries being available.
I'm surprised you didn't have a dynamically linked version of sh in /usr/bin, what version of UNIX are you running? Mike
"Experience is the comb that Nature gives us after we are bald."
Is that a haiku?
I never could get the hang
of writing those things.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.