cannot install p5-berkeleyDB

Hi there again,

I cannot install this package. Here is the error:
Code:
server# cd /usr/ports/databases/p5-BerkeleyDB/
server# make install clean
===>  p5-BerkeleyDB-0.50 cannot install: unknown Berkeley DB version: 51.
*** Error code 1

Stop in /usr/ports/databases/p5-BerkeleyDB.
server#

Please help me.
 
SirDice said:
What do you have in /etc/make.conf?

/etc/make.conf
Code:
PERL_VERSION=5.10.1
JAVA_PREFERRED_PORTS?=JAVA_PORT_LINUX_SUN_JDK_1_5
OVERRIDE_LINUX_BASE_PORT=f10
OVERRIDE_LINUX_NONBASE_PORTS=f10
NO_BIND = YES
WITH_BDB_VER=51
WITH_MYSQL_VER=51

Something wrong with my config?
 
Back
Top