From owner-freebsd-questions@FreeBSD.ORG Tue May 27 02:23:46 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 9A597106566B for ; Tue, 27 May 2008 02:23:46 +0000 (UTC) (envelope-from mohammad.rasmi@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id 544328FC14 for ; Tue, 27 May 2008 02:23:46 +0000 (UTC) (envelope-from mohammad.rasmi@gmail.com) Received: by py-out-1112.google.com with SMTP id p76so1860375pyb.10 for ; Mon, 26 May 2008 19:23:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=vbnhRichPlNypWCsiS/nd5xM4KtBqHJ2/3sNb5B1Pi8=; b=Inryij8rbfZrI6K5NF6Y088RI76nUECndOCSH5tJeilsEE+mzVdG8dDUA/u1jSHyAA0j8H9UBeiPUW2DpZvTREk7F6U3uau1bZzJTXaUryuLdfkcuJOH7KJLJgPLMrd1ZeamBBZPSC9NmiJfTFmh1V6Xpei3x0iqkHJew1/Qv2w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=je4c6KqiNCwMkmrb4LP9AQXd3NhKv0EkKY0e+NRg8A0Zn9x0I3xak2qtllbu+8DQlMx8AGeoiNoN7wJZc4lyPX17PO3zGFvguUjPtB+G5neCZwiZw2CzQrhQWv0IxV895DGlgl+9ur7J38lWrhNi/LiXqz1J82JRWiZITf/MBCE= Received: by 10.142.199.16 with SMTP id w16mr251129wff.268.1211853578747; Mon, 26 May 2008 18:59:38 -0700 (PDT) Received: by 10.142.73.9 with HTTP; Mon, 26 May 2008 18:59:38 -0700 (PDT) Message-ID: <6b0153210805261859i2bb9823atfacca74602d64aba@mail.gmail.com> Date: Tue, 27 May 2008 10:59:38 +0900 From: "Mohammad Khashashneh" 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: Mysql 5 installation problem 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, 27 May 2008 02:23:46 -0000 Hello I'm having a problem with port dependencies. I want to install mysql 5 so I used the available port in /usr/ports/databases/mysql50-client However I get the following message upon installation: # make install ===> Installing for mysql-client-5.0.18_1 ===> mysql-client-5.0.18_1 conflicts with installed package(s): mysql-client-4.1.18_1 They install files into the same place. Please remove them first with pkg_delete(1). *** Error code 1 # pkg_delete mysql-client-4.1.18_1 pkg_delete: package 'mysql-client-4.1.18_1' is required by these other packages and may not be deinstalled: kde-3.5.1 koffice-1.4.2_3,1 php5-mysql-5.1.2_1 Is there a way around this? I hope I don't have to remove kde3 and koffice because I'm sure this will not be the end of it. Mohammad Khashashneh