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: Thu, 29 Jul 2004 22:49:16 -0700
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.