From owner-freebsd-questions@FreeBSD.ORG Thu Apr 15 23:57:50 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 5265616A4CE for ; Thu, 15 Apr 2004 23:57:50 -0700 (PDT) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id D59A343D31 for ; Thu, 15 Apr 2004 23:57:49 -0700 (PDT) (envelope-from mike@pcmedx.com) Received: from duron.pcmedx.com ([69.167.182.91]) by mta13.adelphia.net (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with ESMTP id <20040416065004.NHHD13425.mta13.adelphia.net@duron.pcmedx.com>; Fri, 16 Apr 2004 02:50:04 -0400 Received: from localhost (localhost [127.0.0.1]) by duron.pcmedx.com (Postfix) with ESMTP id 76680AAEC; Thu, 15 Apr 2004 23:50:03 -0700 (PDT) Received: from duron.pcmedx.com ([127.0.0.1]) by localhost (duron.pcmedx.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 63767-01; Thu, 15 Apr 2004 23:50:02 -0700 (PDT) Received: from mike (mike.pcmedx.com [192.168.240.244]) by duron.pcmedx.com (Postfix) with SMTP id 6FED6AAE0; Thu, 15 Apr 2004 23:50:02 -0700 (PDT) Message-ID: <000601c4237f$0c7bdf80$f4f0a8c0@pcmedx.com> From: "Mike Maltese" To: References: <407F8006.6010000@wiegand.org> Date: Thu, 15 Apr 2004 23:50:04 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd (http://www.amavis.org) and f-prot (http://www.f-prot.com) at pcmedx.com cc: chip 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 06:57:50 -0000 > 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)? I'd just download the phpMyAdmin source from http://www.phpmyadmin.net and install it manually. There's nothing particularly special about the port.