[Pdx-pm] CPAN problem

Eric Wilhelm scratchcomputing at gmail.com
Thu Mar 15 23:15:56 PDT 2007


# from chromatic
# on Thursday 15 March 2007 10:32 pm:

>That's not the problem; the problem is that DynaLoader finds an old
>Storable.so (or whatever it is on Mac OS X) somewhere in an auto/ path
> before the new Storable.so.

Right.  So just...

  strace perl -e 'use Storable' 2>&1 | grep Storable\.so

Right?  Oops, it's a mac.  Never could figure out that ktrace thing.

  find $(perl -le 'print join("\n", map({"$_/auto/"} @INC));'
    ) -name 'Storable.dylib'

--Eric
-- 
We who cut mere stones must always be envisioning cathedrals.
--Quarry worker's creed
---------------------------------------------------
    http://scratchcomputing.com
---------------------------------------------------


More information about the Pdx-pm-list mailing list