On Jan 27, 2008 4:21 PM, Alex Holkner <[EMAIL PROTECTED]> wrote:
>
> On 1/28/08, Nathan <[EMAIL PROTECTED]> wrote:
> > Ok...where's the test suite?  I couldn't find it on pyglet.org.
>
> It's in the documentation/examples package.

Ok, I'll go run it on the G3.

> > > Look for AVbin.dylib (in /usr/lib, from memory).
> >
> > I couldn't find an AVbin.dylib on either the G3 or the Intel iMac.
>
> Sorry, it's here:
>
> % ls -l /usr/lib/libavbin*
> -rwxr--r--   1 root  alex  5276296 Jan 21 13:31 /usr/lib/libavbin.0.dylib
> lrwxr-xr-x   1 root  alex       16 Jan 21 14:00
> /usr/lib/libavbin.dylib -> libavbin.0.dylib
>
> But it looks like the permissions on libavbin.0.dylib were set
> incorrectly (u=rwx only, instead of u=rw,go=r).  I'll look into why
> this happened.

Yep, there it is.  Only root permissions, apparently:

$ ls -l /usr/lib/libavbin*
-rwx------   1 root  nathan  5276296 Jan 20 19:31 /usr/lib/libavbin.0.dylib
lrwxr-xr-x   1 root  nathan       16 Jan 27 15:44
/usr/lib/libavbin.dylib -> libavbin.0.dylib

~ Nathan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pyglet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to