http://qs321.pair.com?node_id=101802


in reply to Re: Devel::Dprof is your friend
in thread Devel::Dprof is your friend

I'm running into an issue installing Devel::SmallProf. I've got Time::HiRes in my own perllib directory. When I first tried make-ing Devel::SmallProf, it complained it couldn't find Time::HiRes. I manually edited Makefile.PL and added use lib '/my/perl/lib'; and then it complained that it couldn't find a loadable object within Time::HiRes. But, when I did the "make test" for Time::HiRes, it was just fine.

Any ideas?

Oh - Devel::DProf is waaaaaay cool! Thanx, Ovid!

------
/me wants to be the brightest bulb in the chandelier!

Replies are listed 'Best First'.
Re: Re: Re: Devel::Dprof is your friend
by bikeNomad (Priest) on Aug 03, 2001 at 02:20 UTC
    Hmm... you might try specifying PREFIX= and/or LIB= flags on your perl Makefile.PL line. Note that these must be absolute paths (I've been bitten by this in the past).