• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Related to WO (a little)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Related to WO (a little)


  • Subject: Re: Related to WO (a little)
  • From: email@hidden
  • Date: Fri, 30 Jul 2004 22:25:10 -0400

There's probably something at the top of the script like this:

#!/bin/ksh

(might be slightly different, it's been a while since I did shell scripting and I'm being lazy and not looking it up)

That indicates that the script should be executed by ksh, as opposed to sh, csh, etc. I'm guessing that whatever is being specified by your script, /bin/ksh or whatever, is not installed on your system. So the thing that's not found isn't the install.ksh script, it's the interpreter being called for.

janine

On Jul 30, 2004, at 1:49 AM, Bill Reynolds wrote:

Tell me if everything below looks like it should work...

-rwxr-xr-x  1 billr  staff     1920 29 Jul 18:46 install.ksh
-rw-r--r--  1 billr  staff  2922496 16 Jun 06:42 msjdbc.tar
-rw-r--r--  1 billr  staff     5281  4 May 10:03 read.me

[billreynoldsTi:billr/Desktop/mssqlserver] billr# ./install.ksh
su: ./install.ksh: Command not found.

...a really strange thing, in the Finder if I select the INSTALL.ksh it
shows it as merely Kind:Document, but if I duplicate it (INSTALL.ksh copy)
the file type changes to Kind:Unix Executable File. BUT, as soon as I
rename it it becomes a plain old Document again (maintaining the .ksh
extension of course). I tried ./install.ksh copy to run the copied file but
got the same failure.


Any other suggestions as to what to look at??

Thanks!

-Bill


From: William Norris <email@hidden>
Date: Thu, 29 Jul 2004 22:31:04 -0700
To: Bill Reynolds <email@hidden>
Cc: <email@hidden>
Subject: Re: Related to WO (a little)

ensure that the execute bit is set for the file. you can check using...

ls -l

and you can set it by typing...

chmod +x install.ksh

On Thu, 29 Jul 2004 22:00:13 -0700, Bill Reynolds
<email@hidden> wrote:
I9ve downloaded the JDBC driver for SQLServer and am struggling to install
it. It9s all done via the cmd prompt and when I type...


[billreynoldsTi:billr/Desktop/mssqlserver] billr# ./install.ksh
su: ./install.ksh: Permission denied.

....why is my sudo login of Root denied access to run the install.ksh9
script?


I appreciate any suggestions.

Thanks,

-Bill
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.


  • Follow-Ups:
    • Re: Related to WO (a little)
      • From: "Jose L.Hales-Garcia" <email@hidden>
References: 
 >Re: Related to WO (a little) (From: Bill Reynolds <email@hidden>)

  • Prev by Date: Re: An example for work with WSDL
  • Next by Date: attempt to assign value to unknown key
  • Previous by thread: Re: Related to WO (a little)
  • Next by thread: Re: Related to WO (a little)
  • Index(es):
    • Date
    • Thread