From owner-freebsd-questions@FreeBSD.ORG Sat Apr 19 20:02:20 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9A7712F4 for ; Sat, 19 Apr 2014 20:02:20 +0000 (UTC) Received: from mail-ve0-x22f.google.com (mail-ve0-x22f.google.com [IPv6:2607:f8b0:400c:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 582F61A77 for ; Sat, 19 Apr 2014 20:02:20 +0000 (UTC) Received: by mail-ve0-f175.google.com with SMTP id oz11so5140211veb.20 for ; Sat, 19 Apr 2014 13:02:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=B55n8/nr+FwR7KxGNXwHHt9VnfydOKEoAbuhSy+PPLU=; b=EDuTu1+AwVaHXNZ0/2/lQOUNDNVidQ0IjlIp8/cFQ9hly4bZPIiwUmHwGE0uqjQ7EI 8LZvbc55GMzwSrKachH8dPft7dlxiwfOYedGuoQ6j8d5jE3KxIuSAbgQTELb3Q6g+Iz6 4POg8W40kdurZ1LZNl59NR5W5XltiiQ5AgI7Oh/HZZ8XsYnNbbfkmqAhED+UHan8U1m8 EoE5UtmcwdHI1kTeNqMxs6P4moWICUxKckBIfpGvPcK9Q/HiA8aR2DBx5nE5UUKYh5ll TfP70OFj5/MNtSM2l0ZDan0Q3XiOk/GESXvigx9pkJ6W0dl6uzMIz6yzBhre4VSgJJwN PgJg== MIME-Version: 1.0 X-Received: by 10.52.15.132 with SMTP id x4mr117388vdc.31.1397937739416; Sat, 19 Apr 2014 13:02:19 -0700 (PDT) Received: by 10.220.239.84 with HTTP; Sat, 19 Apr 2014 13:02:19 -0700 (PDT) In-Reply-To: References: <5352D03E.9070901@a1poweruser.com> Date: Sat, 19 Apr 2014 16:02:19 -0400 Message-ID: Subject: Re: 10.0 & package php5-mysql From: Thomas Hoffmann To: questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: Fbsd8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Apr 2014 20:02:20 -0000 On Sat, Apr 19, 2014 at 3:51 PM, Thomas Hoffmann wrote: > On Sat, Apr 19, 2014 at 3:36 PM, Fbsd8 wrote: > >> My apache/php5 application used package named php5-mysql. >> I don't see it in the 10.0 package system. Does it have a new name? > > > I see it here: http://pkg.freebsd.org/freebsd:10:x86:64/latest/All/ > and 'pkg install php5-mysql' finds it to install. > Sorry, I meant to include this in my previous post as well: root:/root# pkg install php5-mysql Updating repository catalogue digests.txz 100% 1061KB 1.0MB/s 1.0MB/s 00:01 packagesite.txz 100% 4870KB 1.2MB/s 1.7MB/s 00:04 Incremental update completed, 22665 packages processed: 0 packages updated, 0 removed and 22665 added. The following 2 packages will be installed: Installing php5: 5.4.27 Installing php5-mysql: 5.4.27 The installation will require 15 MB more space 2 MB to be downloaded Proceed with installing packages [y/N]: -Tom