__libc_pthread_init undefined??

I’ve successfully(?) cross-compiled the Mono application and have copied libpthread over to my 9P 9215 module. I believe I have all the necessary supporting libraries cross compiled also.

However when I try to run mono I get the following error:

~ # ./mono ./mono: can’t resolve symbol ‘__libc_pthread_init’

Does this seem to indicate that I need to re-compile uClibc with some specific options than the one that comes precompiled on the Digi EL 5.0 DVD?

Thanks