From owner-freebsd-questions@FreeBSD.ORG Sun Jun 24 12:17:47 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 E6C2B16A421 for ; Sun, 24 Jun 2007 12:17:47 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.238]) by mx1.freebsd.org (Postfix) with ESMTP id 972AA13C465 for ; Sun, 24 Jun 2007 12:17:47 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: by wx-out-0506.google.com with SMTP id h28so1100950wxd for ; Sun, 24 Jun 2007 05:17:46 -0700 (PDT) Received: by 10.70.132.2 with SMTP id f2mr7720602wxd.1182687466411; Sun, 24 Jun 2007 05:17:46 -0700 (PDT) Received: from ?192.168.0.4? ( [67.189.184.224]) by mx.google.com with ESMTP id 14sm7197331wrl.2007.06.24.05.17.45 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 24 Jun 2007 05:17:45 -0700 (PDT) Date: Sun, 24 Jun 2007 08:18:03 -0400 To: User Questions Organization: Seibercom.net In-Reply-To: <340a29540706231520p300ce1bfu327987660c2086fb@mail.gmail.com> References: <467D99E0.6090109@joeholden.co.uk> <340a29540706231520p300ce1bfu327987660c2086fb@mail.gmail.com> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20070624081057.5348.GERARD-SEIBERT@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.31 [en] From: Gerard Subject: Re[2]: How do I get libphp5.so back X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: User Questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jun 2007 12:17:48 -0000 On June 23, 2007 at 06:20PM Andrew Falanga wrote: > 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. Hi Andy, I is always a good idea to run 'make config' or perhaps 'make config-recursive' or 'make config-conditional' in a port before installing it for the first time. Check out 'man ports' for further information. -- Gerard