From owner-freebsd-questions@FreeBSD.ORG Tue May 20 00:41:16 2008 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 1604C1065678 for ; Tue, 20 May 2008 00:41:16 +0000 (UTC) (envelope-from montag@activeattack.com) Received: from fire.activeattack.com (triangle-140.flexabit.net [64.198.227.140]) by mx1.freebsd.org (Postfix) with ESMTP id F41838FC0A for ; Tue, 20 May 2008 00:41:15 +0000 (UTC) (envelope-from montag@activeattack.com) Received: from 192.168.1.112 (localhost [127.0.0.1]) by fire.activeattack.com (Postfix) with ESMTP id A852C22836 for ; Sun, 18 May 2008 22:44:15 -0500 (CDT) Received: from 192.168.1.107 (SquirrelMail authenticated user montag) by 192.168.1.112 with HTTP; Sun, 18 May 2008 22:44:15 -0500 (CDT) Message-ID: <61701.192.168.1.107.1211168655.squirrel@192.168.1.112> Date: Sun, 18 May 2008 22:44:15 -0500 (CDT) From: montag@activeattack.com To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.13 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Adding Modules to Apache Port Post Install 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: Tue, 20 May 2008 00:41:16 -0000 Hello, I configured and installed an Apache server on my FreeBSD box about a week or so back. Now I'm looking into installing subversion using this guide: http://www.onlamp.com/pub/a/bsd/2007/09/27/subversion-for-bsd-with-all-the-bells-and-whistles.html I notice that the guide complies Apache with WITH_BERKELEYDB=db42 and WITH_MPM=worker, which I did not do. Any way to add these without recompiling and losing everything? Regards, montag