From owner-freebsd-questions@FreeBSD.ORG Mon Jun 12 05:00:10 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 637D116A41F for ; Mon, 12 Jun 2006 05:00:10 +0000 (UTC) (envelope-from lists@rzweb.com) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [63.240.77.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1FFF43D46 for ; Mon, 12 Jun 2006 05:00:09 +0000 (GMT) (envelope-from lists@rzweb.com) Received: from [10.0.1.2] (c-24-5-187-173.hsd1.ca.comcast.net[24.5.187.173]) by comcast.net (sccrmhc13) with ESMTP id <20060612050008013005sat6e>; Mon, 12 Jun 2006 05:00:09 +0000 Message-ID: <448CF4D8.7090107@rzweb.com> Date: Sun, 11 Jun 2006 22:00:08 -0700 From: Ron User-Agent: Thunderbird 1.5.0.4 (Macintosh/20060530) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Subversion ports problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 05:00:10 -0000 I'm running 5.3, and I'm trying to upgrade subverson and I get the following: ===> Building for subversion-1.3.2 cd subversion/libsvn_subr && /usr/local/bin/libtool --tag=CC --silent --mode=link cc -O -pipe -g -O2 -L/usr/local/lib/db42 -L/usr/local/lib -rpath /usr/local/lib -o libsvn_subr-1.la auth.lo cmdline.lo config.lo config_auth.lo config_file.lo config_win.lo constructors.lo ctype.lo date.lo error.lo hash.lo io.lo lock.lo md5.lo nls.lo opt.lo path.lo pool.lo quoprint.lo sorts.lo stream.lo subst.lo svn_base64.lo svn_string.lo target.lo time.lo utf.lo utf_validate.lo validate.lo version.lo xml.lo -L/usr/local/lib -R/usr/local/lib -laprutil-1 -ldb-4.2 -lexpat -liconv -L/usr/local/lib -R/usr/local/lib -lapr-1 -lcrypt -lpthread -lintl /usr/bin/ld: cannot find -ldb-4.2 *** Error code 1 I have db4 up-to-date: db4-4.0.14_1,1 = up-to-date with port I've tried using portupgrade, portinstall and the make system and I get the same error. I've tried installing with WITHOUT_DBD and nothing helps... Any ideas what I am doing wrong?