I have a question about the Crypt-PasswdMD5 module and was wondering if anyone here might be able to help. I inherited this web app from a developer that is no longer working for this company. The application is dieing with http 500 error when it tries to call the unix_md5_crypt subroutine. Since this app worked before migrating servers, I figured I was just missing this perl package. I ran the makefile and installed the module. The module information pulls up just fine from perldoc so as far as I can tell it is installed correctly, but I'm still getting the undefined Subroutine error. Am I missing something with the Crypt-PasswdMD5 module? Any troubleshooting tips or ideas?
TIA,
Joe