Hi, Thanks for the report.
Thu, Oct 24, 2002 at 10:06:20PM +0100 wrote: > 2. The script wouldn't run properly on my system - the problem was > basically it was looking for libc symbols in libcrypt I think (but this > was some time ago, I've been without the internet for a few weeks). > This is due to the glob function in find_pic and find_pic_map having a > wildcard in the glob. I removed this and all was fine. > I didn't do a diff - 2 char's were changed. I include the modified function for ? what not send a diff? A diff really makes it easier for people to see what is going on, something like: $ diff -u file.orig file would suffice. > reference (glob.glob call). I'm unfamiliar with python, but it seems > simple enough, so I hope i've not misunderstood the code. What was the wildcard in there doing before? Was it trying to catch something like libc6_pic.a ? If so should we change it to a [0-9]* match? -David -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]