Re: Error: dsNoPk5 (22): package 5 not present
Re: Error: dsNoPk5 (22): package 5 not present
- Subject: Re: Error: dsNoPk5 (22): package 5 not present
- From: Chris Ridd <email@hidden>
- Date: Thu, 09 Oct 2003 14:08:44 +0100
On 9/10/03 1:20 pm, Will Thimbleby <email@hidden> wrote:
>
Hi,
>
>
I just released a new version of MacSword (www.macsword.com) an open
>
source bible study and research tool. I had tested it quite thoroughly
>
however a small handful of users (mostly using 10.2.8) have been
>
getting an error something like "ERROR!
>
execle(/Applications/MacSword/MacSword.app/Contents/MacOS/MacSword)
>
returned, err=22" which apparently is a "dsNoPk5 (22): package 5 not
>
present". Could someone please enlighten me as to what this error is
>
and how I could go about fixing it.
>
>
Cheers Guys
>
>
-Will
In this case, err refers to the Unix errno value. If you are distributing
your program in a Stuffit archive, it is quite likely that the users getting
this error are using Stuffit 8.0, which doesn't mark programs as executable,
which causes this error. Stuffit 7 and 8.0.1 don't have this problem.
Alternatively, think different (sorry!) and distribute your program inside a
compressed disk image (dmg).
Cheers,
Chris
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.