From owner-freebsd-questions@FreeBSD.ORG Sat Jun 23 22:20:11 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8433816A469 for ; Sat, 23 Jun 2007 22:20:11 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.freebsd.org (Postfix) with ESMTP id 45E3213C483 for ; Sat, 23 Jun 2007 22:20:11 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so1051761pyb for ; Sat, 23 Jun 2007 15:20:10 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RC2BMrEaKEJRzydvqbp2/blw26DMXq77bio3Iz7kQ6WC+r4odR3bYlwBC7DHzq3jJSKMouKGXXX/Uh21khAAcnQ0632A5akgZGw2dOLA+1+Cgy5nUQGpAyvajZ/V+8XwrrLOa4xfQAOwi3qInPM9MMSf11rTPSB+ms+AjY0rB5s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TR81HrI87iPZOn1tcTclNfph5gP3g0734TvuOcr1HhKhk431jNJT7e9APDH2kLWeTz6FCXzDtUzK5FHdKgSMhLSO7FW7qEbUmguxAv7K4Zf+3iPtJY330EHdTyqMLZGgPUm0Mr48YVnozWFqUodV4WeaxjkUrC/7cihOBdSsGyY= Received: by 10.35.21.9 with SMTP id y9mr7600739pyi.1182637210558; Sat, 23 Jun 2007 15:20:10 -0700 (PDT) Received: by 10.35.17.4 with HTTP; Sat, 23 Jun 2007 15:20:10 -0700 (PDT) Message-ID: <340a29540706231520p300ce1bfu327987660c2086fb@mail.gmail.com> Date: Sat, 23 Jun 2007 16:20:10 -0600 From: "Andrew Falanga" To: "Joe Holden" In-Reply-To: <467D99E0.6090109@joeholden.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <340a29540706231349p7d00652boc102950327ff55ec@mail.gmail.com> <467D8D2A.3020306@u.washington.edu> <340a29540706231452g18f02751n929dc34b8b78ac37@mail.gmail.com> <467D99E0.6090109@joeholden.co.uk> Cc: Garrett Cooper , FreeBSD Questions Subject: Re: How do I get libphp5.so back 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: Sat, 23 Jun 2007 22:20:11 -0000 On 6/23/07, Joe Holden wrote: > Run "make config" in /usr/ports/lang/php5, make sure the apache option > is selected. > > HTH, > Joe > I found this just before reading this message. I was reading in UPDATING on something that wasn't quite related to my problem about PHP and saw a suggestion to do "make config" before upgrading. Well, I decided to try that and sure enough, the Apache module wasn't selected. I figure what must have happened was some time ago I did a portupgrade -a and in that I must have deselected that module from the build and lost it. Thanks again. Everything's working now, even the pgsql module. Andy