From owner-freebsd-questions@FreeBSD.ORG Mon Oct 29 21:48:59 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 93ED116A58E for ; Mon, 29 Oct 2007 21:48:59 +0000 (UTC) (envelope-from jeffd6635@gmail.com) Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.178]) by mx1.freebsd.org (Postfix) with ESMTP id 2BB4A13C4B6 for ; Mon, 29 Oct 2007 21:48:58 +0000 (UTC) (envelope-from jeffd6635@gmail.com) Received: by ik-out-1112.google.com with SMTP id c21so704651ika for ; Mon, 29 Oct 2007 14:48:46 -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=0zUQl+ARiD4eddz4TuHCiHqo466MsIO1gMFzq98nOZo=; b=MrnMnhJjtcQfZQxI2PuhRoaSqA/599sGOa0fyDrXY/C6wYkKJDvqjxNfCamwexUnvMMuhe3g9gPRoEVUGIMpeDmnSca1EnoAsFBeqTYz1RcAJD9RKkJp85jPYjyN+e8c2ek37w5e184vpSjzCIBrX7F9Fx+9M6Q9blEc+IwSJRE= 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=tQtl4leQOt0gjMrUriTba6w11gqxEyMOxsPy0lYBAWwClRLx7jJ6ZeaFgkpy/1PA8yFEgtXbILQYVzjdbOLFWtQTjECKHMoUzqGSX0wkhDrXYtYm5MoggJDysx3jgJkxTfIcw0nMrQQ6LFB9id2LbOo3pqclSbKZYnnvvI70b10= Received: by 10.142.156.2 with SMTP id d2mr1531477wfe.1193692944039; Mon, 29 Oct 2007 14:22:24 -0700 (PDT) Received: by 10.142.233.21 with HTTP; Mon, 29 Oct 2007 14:22:24 -0700 (PDT) Message-ID: Date: Mon, 29 Oct 2007 14:22:24 -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 21:48:59 -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