[Pdx-pm] CPAN problem
Kevin Scaldeferri
kevin at scaldeferri.com
Fri Mar 16 10:00:20 PDT 2007
On Mar 15, 2007, at 11:15 PM, Eric Wilhelm wrote:
> # 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.
ktrace perl- e 'use Storable' 2>&1
kdump | grep Storable
Not so hard, is it?
-kevin
More information about the Pdx-pm-list
mailing list