From owner-freebsd-questions@FreeBSD.ORG Mon Oct 29 23:01:55 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B66816A41A for ; Mon, 29 Oct 2007 23:01:55 +0000 (UTC) (envelope-from jeffd6635@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.178]) by mx1.freebsd.org (Postfix) with ESMTP id BEBAD13C48D for ; Mon, 29 Oct 2007 23:01:54 +0000 (UTC) (envelope-from jeffd6635@gmail.com) Received: by el-out-1112.google.com with SMTP id s27so473547ele for ; Mon, 29 Oct 2007 16:01:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=SVXaA3xWLtRNqVo84vHUTyOmYkYU0Zfh+JPYcHp6Oxk=; b=NZM7HgZJ5MwNHeVZrrG8S/ofmr6LcjXBoL+6G7n3a+pI4vmRGPSBCVb1Wriixn7K3Gle0GLCtHcqAX40WMGQp/wYZ6ojUxgJCW9yjQ5Uz0YWxlgYGgV+9r71Lmrl2CRgEI/xeHVkiyOSlG0sgozE4UMNhlIIIWW1sOZ/UArF7Ew= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=rAPQIbJ3LOQ19mqEg6OVpqQkGHNUJydUpSZVqDzR2Gt4UBGzSHARFR1hIsRjGBKN8r+LYQ4sJHkXUZarhwnP/glJ0uPAL43h/i/Zb+MZWkKcpDf63tWuy5Ww220/tqKQpqvprFiReFaIVdHeKbg9+WkugjLjS5RGt+4aOJDWD44= Received: by 10.142.222.21 with SMTP id u21mr1542967wfg.1193698478647; Mon, 29 Oct 2007 15:54:38 -0700 (PDT) Received: by 10.142.233.21 with HTTP; Mon, 29 Oct 2007 15:54:38 -0700 (PDT) Message-ID: Date: Mon, 29 Oct 2007 15:54:38 -0700 From: "Jeff D" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Newby Question: What to do when one port can't recognize another port? 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, 29 Oct 2007 23:01:55 -0000 I've decided to try to build up my 1st FreeBSD server. Reading the Handbook is mostly helpful, but I' getting hit with a couple of problems I can't figure out. I was looking for a beginner's list. I think this is the closest to it. The main reason I'm trying out FreeBSD is because I want to set up my own web server, and the Ports seemed liked a way to do it that manages conflicts & dependencies better even that Linux systems. Not being much of a program guy, that sounds good to me! When I try to install the Apache port in /usr/ports/www/apache22, it errors out with IGNORED Unknown Berkeley DB version After checking on the Oracle site, I made sure to install the latest, most up to date /usr/ports/databases/db46 port. It seems to have worked and I can use it in other ports. I'm not sure where to turn next. Anybody got some advice to share? Regards, Jeff