in reply to [error] Can't locate object method "new" via package "Digest::MD2"

Digest::MD2 is partly written in C, and it must be compiled (maybe it wasn't) and it must have access to it's libraries. How did you install it?

  • Comment on Re: [error] Can't locate object method "new" via package "Digest::MD2"

Replies are listed 'Best First'.
Re^2: [error] Can't locate object method "new" via package "Digest::MD2"
by BravoTwoZero (Scribe) on Nov 30, 2004 at 14:23 UTC

    I can't explain why it works in one place and not the other, but:

    http://www.gossamer-threads.com/lists/modperl/modperl/75167
    (assuming that's also you ;)

    ...might suggest something not quite right with the mod_perl part of the configuration. And, the DBI error might be helpful to the monks in taking a stab at the root of the problem. fat32 should be no issue, either, particularly since there are no ACLs with which to contend. Maybe there's something flaky with regards to the user under which Apache is running? Is there only one version of Apache on board? (I am noting from the other comment that there's only one install of perl).