Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 May 2004 04:53:06 -0500
From:      Len Conrad <LConrad@Go2France.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: perl and berkeley
Message-ID:  <6.1.0.6.2.20040527042551.03d0ea00@81.255.84.73>
In-Reply-To: <20040527065822.GA60211@weller-fahy.com>
References:  <6.1.0.6.2.20040526161236.03124ec0@81.255.84.73> <20040526233114.GA57519@weller-fahy.com> <6.1.0.6.2.20040526224910.031d07a8@81.255.84.73> <20040527065822.GA60211@weller-fahy.com>

next in thread | previous in thread | raw e-mail | index | archive | help

>$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@ -> 
/usr/local/bin/perl
-r-xr-xr-x  2 root  wheel  10200 Apr 11 15:48 /usr/bin/perl5*
-r-xr-xr-x  2 root  wheel  10200 Apr 11 15:48 /usr/bin/perl5.00503*
lrwxr-xr-x  1 root  wheel     19 May 26 20:49 /usr/bin/perl5.8.0@ -> 
/usr/local/bin/perl
-r-xr-xr-x  1 root  wheel  31723 Apr 11 15:48 /usr/bin/perlbug*
-r-xr-xr-x  1 root  wheel  26305 Apr 11 15:48 /usr/bin/perlcc*
-r-xr-xr-x  1 root  wheel  16807 Apr 11 15:48 /usr/bin/perldoc*

# /usr/local/bin/perl -v

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 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.

thanks
Len




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6.1.0.6.2.20040527042551.03d0ea00>