Hi anybody got tried installing perl in arm-linux?

installed perl 5.8.8 on arm-linux and i got some problem running it.

command such as

perl -V
perl -e "use strict"

gives me error such as:
perl: symbol lookup error: /lib/libperl.so: undefined symbol: __umodsi3

how to resolve...
or how to cross-complie perl?