Re: Related to WO (a little)
Re: Related to WO (a little)
- Subject: Re: Related to WO (a little)
- From: Bill Reynolds <email@hidden>
- Date: Sat, 31 Jul 2004 12:17:43 -0700
Thanks Janine, this turns out to be the solution. In fact I just took out
that line all together and it worked (the magical OS found what it needed to
run it, other than being told to use something it didn't have). Many
thanks!
I'm working vigorously to make an MSDE (SQLServer for the desktop) dbase
work as a reliable data source for a WO application. When I finally get
through it I'm going to post the step-by-step to save others the learning
headache I'm encountering.
Have a great weekend and thanks again!
> From: Janine Sisk <email@hidden>
> Date: Fri, 30 Jul 2004 19:12:43 -0700
> To: Bill Reynolds <email@hidden>
> Cc: <email@hidden>
> Subject: Re: Related to WO (a little)
>
> 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.