Re: perl and berkeley

2004-05-28 Thread David J. Weller-Fahy
* Len Conrad <[EMAIL PROTECTED]> [2004-05-28 09:17 -0800]: > >my first try would probably be to remove all CPAN modules installed > >under the old perl, and reinstall them. Then try installing that DB. > >However, wiser heads may have a better clue. > > Sounds like a good plan, but MCPAN doesn't s

Re: perl and berkeley

2004-05-28 Thread Len Conrad
> perl -MCPAN -e 'install BerkeleyDB' > > ... still gives: > > BerkeleyDB.xs:74: #error db.h is from Berkeley DB 1.x - need at least > Berkeley DB 2.6.4 > *** Error code 1 > > I've deleted and re-installed that db3 pkg, but still get the same error. my first try would probably be to remove all CPA

Re: perl and berkeley

2004-05-27 Thread David J. Weller-Fahy
* Len Conrad <[EMAIL PROTECTED]> [2004-05-27 01:53 -0800]: > This is perl, v5.8.4 built for i386-freebsd > > so the 5.8 is now the default version, good, 1 of 2 problems solved. > > It sure looks like the db3 pkg install is screwing up since > > perl -MCPAN -e 'install BerkeleyDB' > > ... still giv

Re: perl and berkeley

2004-05-27 Thread Len Conrad
$ls -alT perl* lrwxr-xr-x 1 root wheel 19 Mar 20 15:25:53 2004 perl@ -> /usr/local/bin/perl ... lrwxr-xr-x 1 root wheel 19 Mar 20 15:25:53 2004 perl5.8.2@ -> /usr/local/bin/perl ... I have the same: # ll /usr/bin/perl* lrwxr-xr-x 1 root wheel 19 May 26 20:49 /usr/bin/perl@ ->

Re: perl and berkeley

2004-05-26 Thread David J. Weller-Fahy
* Len Conrad <[EMAIL PROTECTED]> [2004-05-26 20:42 -0800]: > # use.perl port > # which perl > /usr/bin/perl > > >Check out the rest of that file for more information. > > ports are not installed, just specific pkgs > > # pkg_info > ... > db3-3.3.11,1The Berkeley DB package, revision 3 > ...

Re: perl and berkeley

2004-05-26 Thread Len Conrad
#v+ If you want this version of Perl to be used by default, please type use.perl port #v- # use.perl port # which perl /usr/bin/perl Check out the rest of that file for more information. ports are not installed, just specific pkgs # pkg_info ... db3-3.3.11,1The Berkeley DB package, revis

Re: perl and berkeley

2004-05-26 Thread Len Conrad
which perl This will show which perl executable you are actually calling. the system perl: # which perl /usr/bin/perl I guess typing: /usr/local/bin/perl -MCPAN -e 'install BerkeleyDB' that fails, too, same error Len ___ [EMAIL PROTECTED] mailing list h

Re: perl and berkeley

2004-05-26 Thread David J. Weller-Fahy
* Len Conrad <[EMAIL PROTECTED]> [2004-05-26 14:18 -0800]: > 1. installed a perl mod that decided it needed Perl 5.8. that went > ok, but now I've got > > /usr/bin/perl 5.0 > /usr/local/bin/perl 5.8 > > What is the command to get the sytstem to switch to defaulting to 5.8? According to

Re: perl and berkeley

2004-05-26 Thread Peter
From: "Len Conrad" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 27, 2004 12:18 AM Subject: perl and berkeley > Freebsd 4.8 > > 1. installed a perl mod that decided it needed Perl 5.8. that went ok, but > now I've got > > /usr/bin/pe

perl and berkeley

2004-05-26 Thread Len Conrad
Freebsd 4.8 1. installed a perl mod that decided it needed Perl 5.8. that went ok, but now I've got /usr/bin/perl 5.0 /usr/local/bin/perl 5.8 What is the command to get the sytstem to switch to defaulting to 5.8? 2. "pkg_add -r db3" also went ok, but perl -MCPAN -e 'install BerkeleyD