in reply to perl with thread support

Sounds like you compiled and installed perl into a different directory then whats in your path, but the libraries that the original perl looks for is in the path (the libraries of the new perl wont work with old perl), you might want to try /usr/local/bin/perl (where newer perl installations are going by default)

then again I could be wrong.