From owner-freebsd-questions@FreeBSD.ORG Tue Sep 23 08:00:11 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A2E33959 for ; Tue, 23 Sep 2014 08:00:11 +0000 (UTC) Received: from shopzeus.com (shopzeus.com [80.249.161.149]) by mx1.freebsd.org (Postfix) with ESMTP id 61643DA1 for ; Tue, 23 Sep 2014 08:00:11 +0000 (UTC) Received: from [192.168.1.160] (localhost [127.0.0.1]) by shopzeus.com (Postfix) with ESMTP id 7733288973DC for ; Tue, 23 Sep 2014 03:53:13 -0400 (EDT) Message-ID: <542126E9.7090209@shopzeus.com> Date: Tue, 23 Sep 2014 09:53:13 +0200 From: =?ISO-8859-2?Q?Nagy_L=E1szl=F3_Zsolt?= User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: pkg cannot install both php5-pgsql and postgresql 9.3 server by default? Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-shopzeus-MailScanner-Information: Please contact the ISP for more information X-shopzeus-MailScanner-ID: 7733288973DC.ACCB1 X-shopzeus-MailScanner: Found to be clean X-shopzeus-MailScanner-From: gandalf@shopzeus.com X-Spam-Status: No X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2014 08:00:11 -0000 I need postgresql server 9.3 because I need to use materialized views. I also need to access that server from PHP. But pkg won't install them both at the same time. See below. How to overcome this problem? Should I compile php5-pgsql from the ports tree? But then I'll be mixing binary packages with ports, isn't that a problem? Thanks Laszlo root@gw:~ # php install php5-pgsql Could not open input file: install root@gw:~ # pkg install php5-pgsql Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. Checking integrity... done (1 conflicting) Checking integrity... done (0 conflicting) The following 4 packages will be affected (of 0 checked): Installed packages to be REMOVED: postgresql93-client-9.3.5 postgresql93-server-9.3.5 New packages to be INSTALLED: php5-pgsql: 5.4.32 postgresql92-client: 9.2.9 The operation will free 16 MB. Proceed with this action? [y/N]: n root@gw:~ # -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.