From owner-freebsd-hackers@FreeBSD.ORG Mon Mar 31 16:21:11 2014 Return-Path: Delivered-To: freebsd-hackers@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 6CAAF2E2 for ; Mon, 31 Mar 2014 16:21:11 +0000 (UTC) Received: from mail-qa0-x22c.google.com (mail-qa0-x22c.google.com [IPv6:2607:f8b0:400d:c00::22c]) (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 2CB893D1 for ; Mon, 31 Mar 2014 16:21:11 +0000 (UTC) Received: by mail-qa0-f44.google.com with SMTP id dc16so3414355qab.17 for ; Mon, 31 Mar 2014 09:21:10 -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=ru9KwdqtoAviBPo36/Q18Aqo9pwc8t34HIQJJFnzrt0=; b=KKSkk3Ur+aErmBDomOQZGMpo348KRzbZp6Io85H8XWj8bo8uvBsO0EZkFw73EARhGh akedvHyC2vErEP4XSoqfazNLWqp/pButwegqjA97FhpFTe4w3QtkZv7ddUf5ataAZ4eU vZRWsXm8FWlk3/qlhqzmHA3KuDXu/1uyouedb3YXuROu1z7fouzxQNCbVy8TZVmXvPPv BuUiVToOYGpPnJHPtzJjMdG73371rGS1OMS0shNQUOak3EOk96fOJMJdpPedQ7LsmmLj YsWqr2+Z2nybRyEqEHzk5rg5L2xMRbfBZP6NqrsYQlRt+B3YtVL5ZJdi3o/tLUyCh8UE Cpsw== MIME-Version: 1.0 X-Received: by 10.224.75.5 with SMTP id w5mr9719653qaj.52.1396282870295; Mon, 31 Mar 2014 09:21:10 -0700 (PDT) Received: by 10.140.94.232 with HTTP; Mon, 31 Mar 2014 09:21:10 -0700 (PDT) In-Reply-To: References: <8b74e1be5e620292f9fc005e137dae8b.authenticated@ultimatedns.net> Date: Mon, 31 Mar 2014 18:21:10 +0200 Message-ID: Subject: Re: despairing with apache httpd + php From: Carlos To: Aled Morris Content-Type: text/plain; charset=UTF-8 Cc: freebsd-hackers@freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2014 16:21:11 -0000 2014-03-31 18:12 GMT+02:00 Aled Morris : > On 31 March 2014 17:07, Carlos wrote: >> >> >> Have you read this entry on port's UPDATING file? >> >> 20140327: >> AFFECTS: users of lang/php5 and lang/php55 with Apache module >> AUTHOR: ale@FreeBSD.org >> >> The Apache PHP module has been separated from the main PHP port. >> If it is needed, install either www/mod_php5 or www/mod_php55. >> > > > Good find! > > But... > > $ sudo pkg install mod_php55 > Updating repository catalogue > pkg: No packages matching 'mod_php55' available in the repositories > > $ cd /usr/ports/www/mod_php55 > -bash: cd: /usr/ports/www/mod_php55: No such file or directory > > > This is how my whole day has been so far :-) > > Aled > If you are working with version older than 27/03/2014, you should install lang/php5 or whatever version of php you need. As far as I know, the offical repositories upgrades every wednesday so you are using ports older than 27/03/2014 Best regards