in reply to (crazyinsomniac) Re: Installing BerkeleyDB.pm
in thread Installing BerkeleyDB.pm

I've tried that but get
perl mkconsts pm BerkeleyDB.pm > BerkeleyDB.pm.tmp && mv BerkeleyDB.pm +.tmp BerkeleyDB.pm Can't locate ExtUtils/Constant.pm in @INC (@INC contains: /usr/local/l +ib/perl5/5.6.1/sparc64-linux /usr/local/lib/perl5/5.6.1 /usr/local/li +b/perl5/site_perl/5.6.1/sparc64-linux /usr/local/lib/perl5/site_perl/ +5.6.1 /usr/local/lib/perl5/site_perl/5.6.0/sparc64-linux /usr/local/l +ib/perl5/site_perl/5.6.0 /usr/local/lib/perl5/site_perl .) at mkconst +s line 3. BEGIN failed--compilation aborted at mkconsts line 3. make: *** [BerkeleyDB.pm] Error 2
I thought that if you tried to upgrade ExtUtils, you end up having to re-install perl. Am I incorrect?

-Lee

"To be civilized is to deny one's nature."

Replies are listed 'Best First'.
Re: Re: (crazyinsomniac) Re: Installing BerkeleyDB.pm
by PodMaster (Abbot) on Jul 02, 2003 at 05:20 UTC
    I thought that if you tried to upgrade ExtUtils, you end up having to re-install perl. Am I incorrect?
    No. That was some old CPAN bug which upgrade your perl. ExtUtils::MakeMaker and ExtUtils::Constant are both regular cpan distributions (and MakeMaker even has a website ).

    MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
    I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
    ** The third rule of perl club is a statement of fact: pod is sexy.