Hmmm... Well what that means is that the code is using pthread_create() instead of ast_pthread_create(), it's not a major thing, all you would have to do is go through all the affected modules and replace pthread_create with ast_pthread_create, but this should probably be fixed in CVS too! -Chris