From owner-freebsd-questions@FreeBSD.ORG Mon Feb 25 10:32:51 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 C665B16A400 for ; Mon, 25 Feb 2008 10:32:51 +0000 (UTC) (envelope-from nicolas@nicoelro.net) Received: from smtp21.orange.fr (smtp21.orange.fr [80.12.242.46]) by mx1.freebsd.org (Postfix) with ESMTP id 876D313C447 for ; Mon, 25 Feb 2008 10:32:51 +0000 (UTC) (envelope-from nicolas@nicoelro.net) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2129.orange.fr (SMTP Server) with ESMTP id 40D3D1C000A0 for ; Mon, 25 Feb 2008 11:32:50 +0100 (CET) Received: from [192.168.1.2] (ALyon-253-1-47-60.w83-205.abo.wanadoo.fr [83.205.174.60]) by mwinf2129.orange.fr (SMTP Server) with ESMTP id 1F3A41C000B0 for ; Mon, 25 Feb 2008 11:32:50 +0100 (CET) X-ME-UUID: 20080225103250128.1F3A41C000B0@mwinf2129.orange.fr Message-ID: <47C29952.1050905@nicoelro.net> Date: Mon, 25 Feb 2008 11:32:50 +0100 From: Nicolas Letellier User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Conflit with apache13 when I use apache13-modssl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nicolas@nicoelro.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2008 10:32:51 -0000 Hello, I use apache13-modssl. However, when I want to install a port like "php5", I have this error : ===> Installing for apache-1.3.41 ===> apache-1.3.41 conflicts with installed package(s): apache+mod_ssl-1.3.41+2.8.31 They install files into the same place. Please remove them first with pkg_delete(1). *** Error code 1 php5 port requires port apache13. How could I repair this problem? php5 port is already installed but I have this warning. How precise I want to use apache13-modssl and not apache13 ? Thanks. Nicolas