From owner-freebsd-questions@FreeBSD.ORG Fri Apr 16 00:20:44 2004 Return-Path: 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 3EE9216A4CE for ; Fri, 16 Apr 2004 00:20:44 -0700 (PDT) Received: from post-21.mail.nl.demon.net (post-21.mail.nl.demon.net [194.159.73.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id C398843D41 for ; Fri, 16 Apr 2004 00:20:43 -0700 (PDT) (envelope-from nico.meijer@zonnet.nl) Received: from [82.161.24.55] (helo=zonnet.nl) by post-21.mail.nl.demon.net with esmtp (Exim 3.36 #2) id 1BENeU-0001zY-00 for questions@freebsd.org; Fri, 16 Apr 2004 07:20:42 +0000 Message-ID: <407F896F.1060702@zonnet.nl> Date: Fri, 16 Apr 2004 09:21:19 +0200 From: Nico Meijer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040327 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org References: <407F8006.6010000@wiegand.org> In-Reply-To: <407F8006.6010000@wiegand.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: installing mysql-phpmyadmin-apache-php X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2004 07:20:44 -0000 Hi chip, > I have mysql-5 and apache2 installed and working. I need to install > phpmyadmin but it wants to install mysql-4 and apache1. How do I prevent > it from installing another version of each app (can I even do this)? You get the program from http://www.phpmyadmin.net/ and install manually. It's just a matter of unpacking whichever format you choose to download (tar.gz, tar.bz2) and editing the config file. Voila... Nico